ParameterInfo Constructors
Defines a parameter to pass to a custom function.Name | Parameters | Description |
---|---|---|
ParameterInfo(ParameterType, ParameterAttributes) | type, Attributes | Initializes a new instance of the ParameterInfo class with the specified type and attributes. |
ParameterInfo(ParameterType) | type | Initializes a new instance of the ParameterInfo class with the specified type. |
See Also