DelegateGetInvocationList Method |
Returns the invocation list of the delegate.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public virtual Delegate[] GetInvocationList()
Return Value
Type:
DelegateAn array of delegates representing the invocation list of the current delegate.
See Also