Header menu logo F# Compiler Guide

FSharpStaticParameter Type

A subtype of FSharpSymbol that represents a static parameter to an F# type provider

Instance members

Instance member Description

this.DeclarationLocation

Full Usage: this.DeclarationLocation

Returns: range

Get the declaration location of the static parameter

Returns: range

this.DefaultValue

Full Usage: this.DefaultValue

Returns: obj

Get the default value for the static parameter

Returns: obj

this.IsOptional

Full Usage: this.IsOptional

Returns: bool

Indicates if the static parameter is optional

Returns: bool

this.Kind

Full Usage: this.Kind

Returns: FSharpType

Get the kind of the static parameter

Returns: FSharpType

this.Name

Full Usage: this.Name

Returns: string

Get the name of the static parameter

Returns: string

this.Range

Full Usage: this.Range

Returns: range

Get the range of the construct

Returns: range

Type something to start searching.