Skip to main content

TypeRegistration(Type, ConstructorInfo) Constructor

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

Namespace: DevExpress.Utils.IoC

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public TypeRegistration(
    Type concreteType,
    ConstructorInfo constructorInfo
)

Parameters

Name Type Description
concreteType Type

A Type object.

constructorInfo ConstructorInfo

A ConstructorInfo object.

See Also