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

TypeRegistration.ConstructorInfo Property

Gets the selected constructor to be resolved.

Namespace: DevExpress.Utils.IoC

Assembly: DevExpress.Data.v20.2.dll

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

Declaration

public ConstructorInfo ConstructorInfo { get; }

Property Value

Type Description
ConstructorInfo

A ConstructorInfo object.

See Also