AstIfStatement.TrueBlock Field
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast
Declaring Type: AstIfStatement
The true code block
public AstCodeBlock TrueBlock;
Field Type
AstCodeBlock |