TypeRegistration(Type, ConstructorInfo) Constructor
Initializes a new instance of the TypeRegistration class with the specified settings.
Namespace: DevExpress.Utils.IoC
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
concreteType | Type | A Type object. |
constructorInfo | ConstructorInfo | A ConstructorInfo object. |
See Also