MulticastDelegateGetInvocationList Method |
Returns the invocation list of this multicast delegate, in invocation order.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public override sealed Delegate[] GetInvocationList()
Return Value
Type:
DelegateAn array of delegates whose invocation lists collectively match the invocation list of this instance.
Exceptions Exception | Condition |
---|
MemberAccessException | Cannot create an instance of an abstract class, or this member was invoked with a late-binding mechanism. |
See Also