コード例 #1
0
 // For mixins
 //[DebuggerStepThrough]
 ////[DebuggerHidden]
 public InjectionContext(CompositeInstance compositeInstance, UsesInstance uses, StateHolder state)
 {
     this.CompositeInstance = compositeInstance;
     this.ModuleInstance    = compositeInstance.ModuleInstance;
     this.Uses         = uses;
     this.State        = state;
     this.Next         = null;
     this.ProxyHandler = null;
 }
コード例 #2
0
ファイル: InjectionContext.cs プロジェクト: attila3453/alsing
 // For mixins
 //[DebuggerStepThrough]
 ////[DebuggerHidden]
 public InjectionContext(CompositeInstance compositeInstance, UsesInstance uses, StateHolder state)
 {
     this.CompositeInstance = compositeInstance;
     this.ModuleInstance = compositeInstance.ModuleInstance;
     this.Uses = uses;
     this.State = state;
     this.Next = null;
     this.ProxyHandler = null;
 }