Constructors
Methods
- Add(Argument)
-
Add(String,
IEnumerable<Instance>) Add an enumerable of dependencies by parameter or property name -
Add(String,
Object) Add a dependency valueOrInstance by parameter or property name -
Add(String,
Type, Add a dependency by parameter or property name and dependency typeObject) -
Add(Type,
Object) Add a dependency (valueOrInstance of "type" or Instance) for the given type - Add``1(Instance) Add a dependency for the type "T" as an Instance
- Add``1(``0) Add a dependency for the type T
-
Add
For Add a dependency for a constructor parameter (either a valueOrInstance of the parameter type or an Instance)Constructor Parameter(Parameter Info, Object) -
Add
For Add a dependency for a setter propertyProperty(Property Info, Object) - Clone()
-
Copy
To(Dependency Collection) -
Find
By Type And Name(Type, String) -
Find
By Finds the argument valueOrInstance (an Instance or a valueOrInstance of the right type) for the given argument type and nameType Or Name(Type, String) - Get(String)
-
Get
Enumerator() sealed - Has(String)
-
Has
Any() - Insert(Argument) Insert an Argument into this dependency collection that will take precedence over existing configuration
-
Remove
By Name(String)