IDependencyContainer Interface Methods
For a list of all members of this type, see IDependencyContainer members.
Public Methods
Name | Description | |
---|---|---|
Exists<TInterface> | Check if implementation of interface exists | |
Register | Overloaded. Register anonymous instance | |
Resolve | Overloaded. Return named implementation of interface | |
Unregister | Overloaded. Unregister named instance of class |
See Also