Table of Contents

Interface IDependencyLocator<TKey>

Namespace
LfrlAnvil.Dependencies
Assembly
LfrlAnvil.Dependencies.dll

Represents a generic keyed dependency locator.

public interface IDependencyLocator<out TKey> : IDependencyLocator where TKey : notnull

Type Parameters

TKey
Inherited Members
Extension Methods

Properties

Key

Key value of this locator.

TKey Key { get; }

Property Value

TKey