IDependencyContainer Interface Members
The following tables list the members exposed by IDependencyContainer.
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