コード例 #1
0
 private static bool IsValid(EventDelegate.Callback callback)
 {
     return(callback != null && callback.get_Method() != null);
 }
コード例 #2
0
 private static string GetMethodName(EventDelegate.Callback callback)
 {
     return(callback.get_Method().get_Name());
 }