private static bool IsValid(EventDelegate.Callback callback) { return(callback != null && callback.get_Method() != null); }
private static string GetMethodName(EventDelegate.Callback callback) { return(callback.get_Method().get_Name()); }