Interface for a provider for dependency injection. A provider knows about the type it produces, and can produce a value.
Return maybe singleton provider
Return original provider
Return a TypeInfo describing the type provided.
Return a TypeInfo describing the type registered.
Produce the value. A pointer to the value is passed to a delegate.
See Implementation
Interface for a provider for dependency injection. A provider knows about the type it produces, and can produce a value.