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).

Type something to start searching.