コード例 #1
0
 //[DebuggerStepThrough]
 ////[DebuggerHidden]
 protected AbstractCompositeInstance(AbstractCompositeModel compositeModel, ModuleInstance moduleInstance, object[] mixins, StateHolder state)
 {
     this.CompositeModel = compositeModel;
     this.ModuleInstance = moduleInstance;
     this.Mixins         = mixins;
     this.State          = state;
     this.Proxy          = compositeModel.NewProxy(this);
 }
コード例 #2
0
 //[DebuggerStepThrough]
 ////[DebuggerHidden]
 protected AbstractCompositeInstance(AbstractCompositeModel compositeModel, ModuleInstance moduleInstance, object[] mixins, StateHolder state)
 {
     this.CompositeModel = compositeModel;
     this.ModuleInstance = moduleInstance;
     this.Mixins = mixins;
     this.State = state;
     this.Proxy = compositeModel.NewProxy(this);
 }