ExprForEachNode Type
Constructors
Constructor |
Description
|
Full Usage:
ExprForEachNode(forNode, pat, enumExpr, isArrow, bodyExpr, range)
Parameters:
SingleTextNode
pat : Pattern
enumExpr : Expr
isArrow : bool
bodyExpr : Expr
range : range
Returns: ExprForEachNode
|
|
Instance members
Instance member |
Description
|
|
|
|
|
|
|
Full Usage:
this.IsArrow
Returns: bool
|
|
|
|