Table of Contents

Interface IDependencyImplementorOptions

Namespace
LfrlAnvil.Dependencies
Assembly
LfrlAnvil.Dependencies.dll

Represents available options for dependency implementors.

public interface IDependencyImplementorOptions

Properties

Key

Dependency's identifier.

IDependencyKey Key { get; }

Property Value

IDependencyKey

Methods

Keyed<TKey>(TKey)

Changes the Key to use keyed locators.

void Keyed<TKey>(TKey key) where TKey : notnull

Parameters

key TKey

Locator's key.

Type Parameters

TKey

Key type.

NotKeyed()

Changes the Key to not use keyed locators.

void NotKeyed()