Table of Contents

Interface IDependencyKey<TKey>

Namespace
LfrlAnvil.Dependencies
Assembly
LfrlAnvil.Dependencies.dll

Represents a generic dependency key that uses keyed locators.

public interface IDependencyKey<out TKey> : IDependencyKey, IEquatable<IDependencyKey> where TKey : notnull

Type Parameters

TKey
Inherited Members

Properties

Key

Keyed locator's key value.

TKey Key { get; }

Property Value

TKey

KeyType

Keyed locator's key type.

Type KeyType { get; }

Property Value

Type