AstVariableDeclarationStatement.Entries Field
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast
Declaring Type: AstVariableDeclarationStatement
List of variable declarations
public List<AstVariableDeclaration> Entries;
Field Type
List<AstVariableDeclaration> |