Returns the invocation list of this multicast delegate, in invocation order.
[Visual Basic] Overrides Public Function GetInvocationList() As Delegate () [C#] public override Delegate[] GetInvocationList(); [C++] public: override Delegate* GetInvocationList() []; [JScript] public override function GetInvocationList() : Delegate[];
Returns an array containing the delegates in the invocation list.
MulticastDelegate Class | MulticastDelegate Members | System Namespace