FsLiteral Type
A literal payload carried by a StringEnum case (D12: mixed literal unions keep their
non-string members as `[
Union cases
| Union case |
Description
|
Full Usage:
LitBool bool
Parameters:
bool
|
|
Full Usage:
LitNumber float
Parameters:
float
|
|
Full Usage:
LitString string
Parameters:
string
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsLitBool
Returns: bool
|
|
Full Usage:
this.IsLitNumber
Returns: bool
|
|
Full Usage:
this.IsLitString
Returns: bool
|
|