Exemplo n.º 1
0
 public static string NameInMap <Method>(this Method method)
     where Method : MulticastDelegate
 {
     return(MethodNameMap <Method> .GetName(method));
 }
Exemplo n.º 2
0
 public static Method MethodInMap <Method>(this string str)
     where Method : MulticastDelegate
 {
     return(MethodNameMap <Method> .GetMethod(str));
 }