public InterfaceProxyGenerator(ModuleScope scope, GeneratorContext context) : base(scope, context) { }
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; }