Logo FSharp.Formatting

TypeConstraintDisplayMode Type

Controls how type constraints on generic members are displayed in generated API docs.

Union cases

Union case Description

Full

Full Usage: Full

Display constraints in a separate 'Constraints:' section in the member tooltip.

None

Full Usage: None

Do not display type constraints.

Short

Full Usage: Short

Display constraints inline as a 'when' clause appended to the type parameters (default).

Instance members

Instance member Description

this.IsFull

Full Usage: this.IsFull

Returns: bool
Returns: bool

this.IsNone

Full Usage: this.IsNone

Returns: bool
Returns: bool

this.IsShort

Full Usage: this.IsShort

Returns: bool
Returns: bool

Type something to start searching.