Exemplo n.º 1
0
 private static bool IsValid(EventDelegate.Callback callback)
 {
     return(callback != null && callback.GetMethodInfo() != null);
 }
Exemplo n.º 2
0
 private static string GetMethodName(EventDelegate.Callback callback)
 {
     return(callback.GetMethodInfo().Name);
 }