MulticastDelegate Members

The following tables list the members exposed by the MulticastDelegate type.

Protected Constructors

Name Description
Protected Method MulticastDelegate Initializes a new instance of the MulticastDelegate class.

Public Properties

Name Description
Public Property Method (Inherited from Delegate.)
Public Property Target (Inherited from Delegate.)

Public Methods

Name Description
Public Method Combine (Inherited from Delegate.)
Public Method Equals (Inherited from Delegate.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method Static op_Equality Determines whether the current multicast delegate and another specified delegate are equal.
Public Method op_Equality (Inherited from Delegate.)
Public Method Static op_Inequality Determines whether the current multicast delegate and another specified delegate are not equal.
Public Method op_Inequality (Inherited from Delegate.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method Remove (Inherited from Delegate.)
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

MulticastDelegate Class
System Namespace