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.v18.2.dll

Declaration

public TypeRegistration(
    Type concreteType,
    ConstructorInfo constructorInfo
)

Parameters

Name Type Description
concreteType Type

A Type object.

constructorInfo ConstructorInfo

A ConstructorInfo object.

See Also