Exemplo n.º 1
0
 public TypedInjector(Type t, InjectParameterNested i)
 {
     Type = t; Injector = i;
 }
Exemplo n.º 2
0
 public static void AddInjector(Type type, InjectParameterNested injector)
 {
     injectors.Add(new TypedInjector(type, injector));
 }