Skip to main content

ParameterInfo(ParameterInfo) Constructor

Initializes a new instance of the ParameterInfo class with the specified prototype.

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public ParameterInfo(
    ParameterInfo other
)

Parameters

Name Type Description
other ParameterInfo

A ParameterInfo object, specifying a prototype for a new ParameterInfo instance.

See Also