| MulticastDelegate Class |
Namespace: System
[SerializableAttribute] public abstract class MulticastDelegate : Delegate
The MulticastDelegate type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether this multicast delegate and the specified object are equal. (Overrides DelegateEquals(Object).) | |
| GetHashCode | Returns the hash code for this instance. (Overrides DelegateGetHashCode.) | |
| GetInvocationList | Returns the invocation list of this multicast delegate, in invocation order. (Overrides DelegateGetInvocationList.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Method | Gets the method represented by the delegate. (Inherited from Delegate.) | |
| Target | Gets the class instance on which the current delegate invokes the instance method. (Inherited from Delegate.) |