Header menu logo F# Compiler Guide

MethodGroupItemParameter Type

Represents one parameter for one method (or other item) in a group.

Instance members

Instance member Description

this.CanonicalTypeTextForSorting

Full Usage: this.CanonicalTypeTextForSorting

Returns: string

A key that can be used for sorting the parameters, used to help sort overloads.

Returns: string

this.Display

Full Usage: this.Display

Returns: TaggedText[]

The representation for the parameter including its name, its type and visual indicators of other information such as whether it is optional.

Returns: TaggedText[]

this.IsOptional

Full Usage: this.IsOptional

Returns: bool

Is the parameter optional

Returns: bool

this.ParameterName

Full Usage: this.ParameterName

Returns: string

The name of the parameter.

Returns: string

Type something to start searching.