Click or drag to resize
DelegateGetInvocationList Method
Returns the invocation list of the delegate.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public virtual Delegate[] GetInvocationList()

Return Value

Type: Delegate
An array of delegates representing the invocation list of the current delegate.
See Also