Returns the invocation list of the current delegate.
An ordered set of Delegate instances whose invocation lists collectively match those of the current delegate.
Operation
The array contains a set of delegates, each having an invocation list of one entry. Invoking these delegates sequentially, in the order in which they appear in the array, produces the same results as invoking the current delegate.Note to Inheritors
Override Delegate.GetInvocationList when subclassing Delegate.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0