FSharpStaticParameter Type
A subtype of FSharpSymbol that represents a static parameter to an F# type provider
Instance members
Instance member |
Description
|
|
Get the declaration location of the static parameter
|
Full Usage:
this.DefaultValue
Returns: obj
|
Get the default value for the static parameter
|
Full Usage:
this.IsOptional
Returns: bool
|
Indicates if the static parameter is optional
|
|
Get the kind of the static parameter
|
Full Usage:
this.Name
Returns: string
|
Get the name of the static parameter
|
|
Get the range of the construct
|