LiterateCodeVisibility Type
Specifies visibility of a code snippet.
Union cases
| Union case |
Description
|
Full Usage:
HiddenCode
|
Hidden snippet |
Full Usage:
NamedCode string
Parameters:
string
|
Named snippet with captured output
|
Full Usage:
VisibleCode
|
Ordinary visible code |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsHiddenCode
Returns: bool
|
|
Full Usage:
this.IsNamedCode
Returns: bool
|
|
Full Usage:
this.IsVisibleCode
Returns: bool
|
|
FSharp.Formatting