Skip to main content

ParameterInfo(ParameterType, ParameterAttributes) Constructor

Initializes a new instance of the ParameterInfo class with the specified type and attributes.

Namespace: DevExpress.Spreadsheet.Functions

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public ParameterInfo(
    ParameterType type,
    ParameterAttributes Attributes
)

Parameters

Name Type Description
type ParameterType

A ParameterType enumeration member that specifies the parameter type.

Attributes ParameterAttributes

A ParameterAttributes enumeration member that specifies the parameter attribute.

See Also