コード例 #1
0
 public MethodTargetInjecteeBase(MethodInjectionAttributeBase attr, MethodBase targetMethod, MethodInfo injecteeMethod, TypeInjectee declInjectee)
     : base(attr, injecteeMethod, declInjectee)
 {
     TargetMethod = targetMethod;
 }
コード例 #2
0
 public MethodInjecteeBase(MethodInjectionAttributeBase attr, MethodInfo injecteeMethod, TypeInjectee declInjectee)
     : base(attr)
 {
     InjecteeMethod = injecteeMethod;
     DeclInjectee = declInjectee;
 }