Ejemplo n.º 1
0
 public static bool Contains(this System.Delegate del, object obj, string methodName)
 {
     return(del.Contains(obj.GetType(), methodName));
 }