Click or drag to resize
MulticastDelegateGetInvocationList Method
Returns the invocation list of this multicast delegate, in invocation order.

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

Return Value

Type: Delegate
An array of delegates whose invocation lists collectively match the invocation list of this instance.
Exceptions
ExceptionCondition
MemberAccessExceptionCannot create an instance of an abstract class, or this member was invoked with a late-binding mechanism.
See Also