ExprStructTupleNode Type
Example: `struct (a, b, c)` — a struct tuple expression. Wraps an `ExprTupleNode` and adds the `struct` keyword and a closing parenthesis.
Constructors
| Constructor |
Description
|
Full Usage:
ExprStructTupleNode(structNode, tuple, closingParen, range)
Parameters:
SingleTextNode
tuple : ExprTupleNode
closingParen : SingleTextNode
range : range
Returns: ExprStructTupleNode
|
|
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