public TypeGenerator(CodeGenerator.Context context, TypeInformation information) : this(context)
 {
     m_TypeInformation = information;
 }
 public TypeGenerator(CodeGenerator.Context context, TypeInformation information, TypeTemplate template) : this(context, information)
 {
     m_Template = template;
 }
Пример #3
0
 public void Add(TypeInformation information)
 {
     Fields.Add(information);
 }