Combines the invocation lists of the specified multicast Delegate instances.
Combines the invocation lists of an array of multicast Delegate instances.
[Visual Basic] Overloads Public Shared Function Combine(Delegate()) As Delegate
[C#] public static Delegate Combine(Delegate[]);
[C++] public: static Delegate* Combine(Delegate*[]);
[JScript] public static function Combine(Delegate[]) : Delegate;
Combines the invocation lists of two multicast Delegate instances.
[Visual Basic] Overloads Public Shared Function Combine(Delegate, Delegate) As Delegate
[C#] public static Delegate Combine(Delegate, Delegate);
[C++] public: static Delegate* Combine(Delegate*, Delegate*);
[JScript] public static function Combine(Delegate, Delegate) : Delegate;