TypeConstraintDisplayMode Type
Controls how type constraints on generic members are displayed in generated API docs.
Union cases
| Union case |
Description
|
Full Usage:
Full
|
Display constraints in a separate 'Constraints:' section in the member tooltip. |
Full Usage:
None
|
Do not display type constraints. |
Full Usage:
Short
|
Display constraints inline as a 'when' clause appended to the type parameters (default). |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsFull
Returns: bool
|
|
Full Usage:
this.IsNone
Returns: bool
|
|
Full Usage:
this.IsShort
Returns: bool
|
|
FSharp.Formatting