Header menu logo fantomas

ExprComputationNode Type

Example: `{ let x = 1; yield x }` — an anonymous computation expression (no explicit builder name).

Constructors

Constructor Description

ExprComputationNode(openingBrace, bodyExpr, closingBrace, range)

Full Usage: ExprComputationNode(openingBrace, bodyExpr, closingBrace, range)

Parameters:
Returns: ExprComputationNode
openingBrace : SingleTextNode
bodyExpr : Expr
closingBrace : SingleTextNode
range : range
Returns: ExprComputationNode

Instance members

Instance member Description

this.Body

Full Usage: this.Body

Returns: Expr
Returns: Expr

this.ClosingBrace

Full Usage: this.ClosingBrace

Returns: SingleTextNode
Returns: SingleTextNode

this.OpeningBrace

Full Usage: this.OpeningBrace

Returns: SingleTextNode
Returns: SingleTextNode

Type something to start searching.