Header menu logo F# Compiler Guide

FSharpGenericParameter Type

A subtype of FSharpSymbol that represents a generic parameter for an FSharpSymbol

Instance members

Instance member Description

this.Constraints

Full Usage: this.Constraints

Returns: IList<FSharpGenericParameterConstraint>

Get the declared or inferred constraints for the type parameter

Returns: IList<FSharpGenericParameterConstraint>

this.DeclarationLocation

Full Usage: this.DeclarationLocation

Returns: range

Get the range of the generic parameter

Returns: range

this.IsCompilerGenerated

Full Usage: this.IsCompilerGenerated

Returns: bool

Indicates if this is a compiler generated type parameter

Returns: bool

this.IsMeasure

Full Usage: this.IsMeasure

Returns: bool

Indicates if this is a measure variable

Returns: bool

this.IsSolveAtCompileTime

Full Usage: this.IsSolveAtCompileTime

Returns: bool

Indicates if this is a statically resolved type variable

Returns: bool

this.Name

Full Usage: this.Name

Returns: string

Get the name of the generic parameter

Returns: string

this.XmlDoc

Full Usage: this.XmlDoc

Returns: FSharpXmlDoc

Get the XML documentation for the entity

Returns: FSharpXmlDoc

Type something to start searching.