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