FactoryRegistration Constructors
Enables you to register factories that are used to create object instances.Name | Parameters | Description |
---|---|---|
FactoryRegistration(Func<Object>) | factory | Initializes a new instance of the FactoryRegistration class with the specified factory. |
See Also