AstClassOrStructDeclarationStatement.Statements Property
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast
Declaring Type: AstClassOrStructDeclarationStatement
The function's code
public List<AstStatement> Statements { get; set; }
Property Type
List<AstStatement> |