Пример #1
0
 public static string NameInMap <Method>(this Method method)
     where Method : MulticastDelegate
 {
     return(MethodNameMap <Method> .GetName(method));
 }
Пример #2
0
 public static Method MethodInMap <Method>(this string str)
     where Method : MulticastDelegate
 {
     return(MethodNameMap <Method> .GetMethod(str));
 }