IFactory<TCreate> Interface |
Namespace: BionicCode.Utilities.Net.Standard.Generic
The IFactory<TCreate> type exposes the following members.
Name | Description | |
---|---|---|
![]() | FactoryMode |
Configures the lifetime scope of the created object instances.
Default is Singleton |
Name | Description | |
---|---|---|
![]() | Create() |
Creates the instance.
|
![]() | Create(Object[]) |
Creates the instance, allowing arguments.
|