SynBindingKind Type
The kind associated with a binding - "let", "do" or a standalone expression
Union cases
Union case |
Description
|
Full Usage:
Do
|
A 'do' binding in a module. Must have type 'unit' |
Full Usage:
Normal
|
A normal 'let' binding in a module |
Full Usage:
StandaloneExpression
|
A standalone expression in a module |
Instance members
Instance member |
Description
|
Full Usage:
this.IsDo
Returns: bool
|
|
Full Usage:
this.IsNormal
Returns: bool
|
|
Full Usage:
this.IsStandaloneExpression
Returns: bool
|
|