ObjectConstructorInfo(IEnumerable<Parameter>) Constructor
Initializes a new instance of the ObjectConstructorInfo class with the specified constructor parameters.
Namespace: DevExpress.DataAccess.ObjectBinding
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
parameters | IEnumerable<Parameter> | A collection of Parameter values, specifying parameters to be passed to an object constructor. |
See Also