Click or drag to resize
MulticastDelegate Methods

The MulticastDelegate type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether this multicast delegate and the specified object are equal.
(Overrides DelegateEquals(Object).)
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides DelegateGetHashCode.)
Public methodGetInvocationList
Returns the invocation list of this multicast delegate, in invocation order.
(Overrides DelegateGetInvocationList.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also