WeakMulticastDelegateT Class |
Namespace: DigitalRune
The WeakMulticastDelegateT type exposes the following members.
Name | Description | |
---|---|---|
WeakMulticastDelegateT | Initializes a new instance of the WeakMulticastDelegateT class |
Name | Description | |
---|---|---|
Add(Delegate) |
Adds a new Delegate to the WeakMulticastDelegate.
(Inherited from WeakMulticastDelegate.) | |
Add(T) |
Adds a new Delegate of a given type to the
WeakMulticastDelegateT.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Invoke |
Invokes the stored Delegates with the given arguments.
(Inherited from WeakMulticastDelegate.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove(Delegate) |
Removes a Delegate from the WeakMulticastDelegate.
(Inherited from WeakMulticastDelegate.) | |
Remove(T) |
Removes a Delegate of a given type from the
WeakMulticastDelegateT.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Count |
Gets the number of live delegates in the collection.
(Inherited from WeakMulticastDelegate.) |