FSharpGenericParameter Type
A subtype of FSharpSymbol that represents a generic parameter for an FSharpSymbol
Instance members
Instance member |
Description
|
|
Get the declared or inferred constraints for the type parameter
|
|
Get the range of the generic parameter
|
Full Usage:
this.IsCompilerGenerated
Returns: bool
|
Indicates if this is a compiler generated type parameter
|
Full Usage:
this.IsMeasure
Returns: bool
|
Indicates if this is a measure variable
|
Full Usage:
this.IsSolveAtCompileTime
Returns: bool
|
Indicates if this is a statically resolved type variable
|
Full Usage:
this.Name
Returns: string
|
Get the name of the generic parameter
|
|
Get the XML documentation for the entity
|