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