ExprNestedIndexWithoutDotNode Type
Example: `xs[i] arg` — an indexed expression (`xs[i]`) immediately applied to an argument. Used for cases like `arr[0] + 1` where the index result is itself called or applied.
Constructors
| Constructor |
Description
|
Full Usage:
ExprNestedIndexWithoutDotNode(identifierExpr, indexExpr, argumentExpr, range)
Parameters: Returns: ExprNestedIndexWithoutDotNode
|
|
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