Skip to main content
A newer version of this page is available. .

FactoryRegistration(Func<Object>) Constructor

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

Namespace: DevExpress.Utils.IoC

Assembly: DevExpress.Data.v18.2.dll

Declaration

public FactoryRegistration(
    Func<object> factory
)

Parameters

Name Type Description
factory Func<Object>

A function, specifying the required Object.

See Also