Skip to main content

FactoryRegistration(Func<Object>) Constructor

Initializes a new instance of the FactoryRegistration class with the specified factory.

Namespace: DevExpress.Utils.IoC

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public FactoryRegistration(
    Func<object> factory
)

Parameters

Name Type Description
factory Func<Object>

A function, specifying the required Object.

See Also