Esempio n. 1
0
 public static object?GetImplementation(Type baseType, Type wrapperType, params object[] args) =>
 StaticDI.GetImplementation(baseType, wrapperType, args);
Esempio n. 2
0
 public static object?GetImplementation(Type baseType, params object[] args)
 {
     return(StaticDI.GetImplementation(baseType, args));
 }