Example #1
0
 public static bool Contains(this System.Delegate @delegate, object obj, string methodName)
 {
     return(@delegate.Contains(obj.GetType(), methodName));
 }