Constructors
-
Multicast
Delegate(Object, protected Initializes a new instance of the MulticastDelegate class.String) -
Multicast
Delegate(Type, protected Initializes a new instance of the MulticastDelegate class.String)
Methods
-
Combine
Impl(Delegate) protected Combines this Delegate with the specified Delegate to form a new delegate. - Equals(Object) Determines whether this multicast delegate and the specified object are equal.
-
Get
Hash Returns the hash code for this instance.Code() -
Get
Invocation Returns the invocation list of this multicast delegate, in invocation order.List() -
Get
Method protected Returns a static method represented by the current MulticastDelegate.Impl() -
Get
Object Populates a SerializationInfo object with all the data needed to serialize this instance.Data(Serialization Info, Streaming Context) -
Remove
Impl(Delegate) protected Removes an element from the invocation list of this MulticastDelegate that is equal to the specified delegate. -
op_Equality(Multicast
Delegate, Determines whether two MulticastDelegate objects are equal.Multicast Delegate) -
op_Inequality(Multicast
Delegate, Determines whether two MulticastDelegate objects are not equal.Multicast Delegate)