Registration

Dependency registration

Constructors

this
this(Provider provider)

Main constructor

this
this(Provider provider, string name)

Main constructor with name

Members

Functions

canSingleton
bool canSingleton()

Return maybe singleton registration;

isNamed
bool isNamed()

Return isNamed registration.

name
string name()

Return a string describing the name.

provide
T provide(bool injectInstance)
Undocumented in source. Be warned that the author may not have intended to support it.
providedType
TypeInfo providedType()

Return a TypeInfo describing the type provided.

registeredType
TypeInfo registeredType()

Return a TypeInfo describing the type registered.

Meta