FactoryRegistration(Func<Object>) Constructor
Initializes a new instance of the FactoryRegistration class with the specified factory.
Namespace: DevExpress.Utils.IoC
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| factory | Func<Object> | A function, specifying the required Object. |
See Also