ProvidedParameter Type
Represents an erased provided parameter
Constructors
| Constructor |
Description
|
Full Usage:
ProvidedParameter(parameterName, parameterType, ?isOut, ?optionalValue)
Parameters:
string
parameterType : Type
?isOut : bool
?optionalValue : obj
Returns: ProvidedParameter
|
Create a new provided parameter.
|
Instance members
| Instance member |
Description
|
|
Add a custom attribute to the provided parameter.
|
Full Usage:
this.HasDefaultParameterValue
Returns: bool
|
Indicates if the parameter has a default value
|
Full Usage:
this.IsParamArray
|
Indicates if the parameter is marked as ParamArray |
Full Usage:
this.IsReflectedDefinition
|
Indicates if the parameter is marked as ReflectedDefinition |
FSharp.TypeProviders.SDK