コード例 #1
0
 protected BaseCodeGenerator(ModuleScope moduleScope, GeneratorContext context)
 {
     m_moduleScope = moduleScope;
     m_context = context;
 }
コード例 #2
0
 public InterfaceProxyGenerator(ModuleScope scope, GeneratorContext context)
     : base(scope, context)
 {
 }
コード例 #3
0
 protected BaseCodeGenerator(ModuleScope moduleScope)
     : this(moduleScope, new GeneratorContext())
 {
 }
コード例 #4
0
 public InterfaceProxyGenerator(ModuleScope scope)
     : base(scope)
 {
 }