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