AstClassOrStructDeclarationStatement.IsClass Property
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast
Declaring Type: AstClassOrStructDeclarationStatement
True if this is a class, false if struct
public bool IsClass { get; set; }
Property Type
bool |