Using statement AST node. More...
List of all members.
Using statement AST node.
EBNF grammar:
using-statement: "using" "(" resource-acquisition ")" embedded-statement
resource-acquisition: local-variable-declaration expression
[virtual]
ICsAstVisitor support.
Implements CsNode.
Collect token indexes associated with this AST node.
Recursively collect token indexes in source code order.
ICsAstCallback support.
Clone AST node.
Replace CsNode fields.
Reimplemented from CsNode.
Using block entity.
Resource declarator.
Statement.