Метод | Описание | |
---|---|---|
Resolve ( IKernel kernel ) : object | ||
TypedFactoryComponentCollection ( |
Creates new instance of TypedFactoryComponentCollection.
|
public Resolve ( IKernel kernel ) : object | ||
kernel | IKernel | |
Результат | object |
public TypedFactoryComponentCollection ( |
||
componentCollectionType | Collection type to resolve. Must be an array (SomeComponent[]) or IEnumerable{SomeComponent}. Type of the element of the collection will be used as first argument to |
|
additionalArguments | IDictionary | Additional arguents that will be passed as second argument to |
Результат | System |