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

ParameterInfo(ParameterType) Constructor

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

Namespace: DevExpress.Spreadsheet.Functions

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public ParameterInfo(
    ParameterType type
)

Parameters

Name Type Description
type ParameterType

A ParameterType enumeration member that specifies the parameter type.

See Also