Esempio n. 1
0
 public static Type MakeCallSiteDelegateType(Type[] types)
 {
     return(DelegateHelpers.MakeDelegate(types));
 }
Esempio n. 2
0
 public static Type MakeCallSiteType(params Type[] types)
 {
     return(typeof(CallSite <>).MakeGenericType(DelegateHelpers.MakeDelegate(types)));
 }