TypeInfo.AstStatment Property
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Types
Declaring Type: TypeInfo
The AST statement that defines this type
public Topten.Cminor.Ast.AstStatement AstStatment { get; set; }
Remarks
For partial types, this is the first encountered declaration of the type
Property Type
Topten.Cminor.Ast.AstStatement |