Ejemplo n.º 1
0
 T IFastActivator <T> .Create <TArg0, TArg1>(TArg0 arg0, TArg1 arg1)
 {
     return(FastActivator <T, TArg0, TArg1> .Create(arg0, arg1));
 }
Ejemplo n.º 2
0
 public static T Create <TArg0, TArg1>(TArg0 arg0, TArg1 arg1)
 {
     return(FastActivator <T, TArg0, TArg1> .Create(arg0, arg1));
 }
Ejemplo n.º 3
0
 T IFastActivator <T> .Create <TArg0>(TArg0 arg0)
 {
     return(FastActivator <T, TArg0> .Create(arg0));
 }
Ejemplo n.º 4
0
 public static T Create <TArg0>(TArg0 arg0)
 {
     return(FastActivator <T, TArg0> .Create(arg0));
 }