This method of the MulticastDelegate class returns a Delegate with an invocation list. This list is formed by removing the last occurrence (if any) of the delValue parameter's Delegate from the invocation list of this MulticastDelegate.
protected Delegate remove(Delegate delValue);
delValue | Gives the invocation list. |
This method overrides Delegate.remove.