コード例 #1
0
 public TypeTargetInjecteeBase(TypeInjectionAttributeBase attr, Type targetType, Type injecteeType)
     : base(attr, injecteeType)
 {
     TargetType = targetType;
 }
コード例 #2
0
 public TypeInjecteeBase(TypeInjectionAttributeBase attr, Type injecteeType)
     : base(attr)
 {
     InjecteeType = injecteeType;
 }