ExprTupleNode Type
Example: `(a, b, c)` — items are interleaved with comma `SingleTextNode` separators
Constructors
| Constructor |
Description
|
Full Usage:
ExprTupleNode(items, range)
Parameters:
Choice<Expr, SingleTextNode> list
range : range
Returns: ExprTupleNode
|
|
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.HasContentBefore
Returns: bool
|
|
Full Usage:
this.HasContentAfter
Returns: bool
|
|
|
|
|
|
fantomas