示例#1
0
 public ClassDefinition()
 {
     //ClassType = InvalidType.Instance;
     Fields  = new SymbolTable <FieldDefinition>();
     Methods = new SymbolTable <MethodDefinition>();
 }