ExprComputationNode Type
Example: `{ let x = 1; yield x }` — an anonymous computation expression (no explicit builder name).
Constructors
| Constructor |
Description
|
Full Usage:
ExprComputationNode(openingBrace, bodyExpr, closingBrace, range)
Parameters:
SingleTextNode
bodyExpr : Expr
closingBrace : SingleTextNode
range : range
Returns: ExprComputationNode
|
|
Instance members
| Instance member |
Description
|
|
|
|
|
|
|
Inherited members
Inherited from
NodeBase
Instance members
| Instance member |
Description
|
|
|
|
|
|
|
|
|
Full Usage:
this.ToStringWithIndent
Parameters:
int
Returns: string
|
|
|
|
|
|
Full Usage:
this.HasContentAfter
Returns: bool
|
|
|
|
|
|
Full Usage:
this.HasContentBefore
Returns: bool
|
|
|
|
fantomas