Ejemplo n.º 1
0
 public InterfaceProxyGenerator(ModuleScope scope, GeneratorContext context) : base(scope, context)
 {
 }
Ejemplo n.º 2
0
 protected BaseCodeGenerator(Protein.Enzyme.DynamicProxy.ModuleScope moduleScope, GeneratorContext context)
 {
     this._generated            = new ArrayList();
     this._baseType             = typeof(object);
     this._mixins               = new object[0];
     this._cachedFields         = new ArrayList();
     this._method2Delegate      = new Hashtable();
     this._interface2mixinIndex = new HybridDictionary();
     this._moduleScope          = moduleScope;
     this._context              = context;
 }