Interface IDependencyLocatorBuilder<TKey>
- Namespace
- LfrlAnvil.Dependencies
- Assembly
- LfrlAnvil.Dependencies.dll
Represents a generic keyed IDependencyLocator builder.
public interface IDependencyLocatorBuilder<out TKey> : IDependencyLocatorBuilder where TKey : notnull
Type Parameters
TKey
- Inherited Members
- Extension Methods
Properties
Key
Key value of this locator.
TKey Key { get; }
Property Value
- TKey