Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v19.1.Core.dll

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