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