FSharpParameter Type
A subtype of FSharpSymbol that represents a parameter
Instance members
Instance member |
Description
|
|
The declaration location of the parameter
|
Full Usage:
this.IsInArg
Returns: bool
|
Indicate this is an in argument
|
Full Usage:
this.IsOptionalArg
Returns: bool
|
Indicate this is an optional argument
|
Full Usage:
this.IsOutArg
Returns: bool
|
Indicate this is an out argument
|
Full Usage:
this.IsParamArrayArg
Returns: bool
|
Indicate this is a param array argument
|
Full Usage:
this.Name
Returns: string option
|
The optional name of the parameter
|
|
The declared or inferred type of the parameter
|