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

TypeRegistration(Type, ConstructorInfo) Constructor

Initializes a new instance of the TypeRegistration class with the specified settings.

Namespace: DevExpress.Utils.IoC

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public TypeRegistration(
    Type concreteType,
    ConstructorInfo constructorInfo
)

Parameters

Name Type Description
concreteType Type

A Type object.

constructorInfo ConstructorInfo

A ConstructorInfo object.

See Also