Esempio n. 1
0
 public void RegisterType(Type type, TypeAttribute attribute, TypeTemplate template)
 {
     Templates.Add(new TypeDescription(type, attribute), template);
 }
 public CommandGenerator(CodeGenerator.Context context, Type t, TypeInformation information, TypeTemplate template) : this(context, t)
 {
     m_TypeInformation = information;
     m_Template        = template;
 }
Esempio n. 3
0
 public TypeGenerator(CodeGenerator.Context context, TypeInformation information, TypeTemplate template) : this(context, information)
 {
     m_Template = template;
 }