The MulticastDelegate class contains the following methods.
combine combines a MulticastDelegate with a given Delegate.
equals compares two MulticastDelegate objects.
getInvocationList returns the invocation list of this MulticastDelegate.
hashCode returns a hash code for this Delegate.
invokeHelperMulticast invokes the target method referenced by the delegate on the target object referenced by the delegate with the given parameters.
remove returns a MulticastDelegate with an invocation list determined by the source parameter.