Delegate public abstract class Delegate Documentation public object Target { get; } public static Delegate Combine(Delegate a, Delegate b) public static Delegate Combine(Delegate[] delegates) public static bool op_Equality(Delegate d1, Delegate d2) public static bool op_Inequality(Delegate d1, Delegate d2) public static Delegate Remove(Delegate source, Delegate value) public static Delegate RemoveAll(Delegate source, Delegate value) public object DynamicInvoke(object[] args) public virtual Delegate[] GetInvocationList()