Delegate Members
The following tables list the members exposed by the Delegate type.
Protected Constructors
Name | Description | |
---|---|---|
Delegate | Initializes a new delegate. |
Public Properties
Name | Description | |
---|---|---|
Method | Gets the method represented by the current delegate. | |
Target | Gets the object for which the current delegate invokes the instance method. |
Public Methods
Name | Description | |
---|---|---|
Combine | Concatenates the invocation lists of two multicast (combinable) delegates. | |
Equals | Determines whether the specified object and the current singlecast (uncombinable) delegate share the same target, method, and invocation list. | |
Equals | Overloaded. Determines whether the specified object and the current delegate are of the same type and share the same targets, methods, and invocation list. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
op_Equality | Determines whether the specified delegates are equal to one another. | |
op_Inequality | Determines whether the specified delegates are not equal to one another. | |
ReferenceEquals | (Inherited from Object.) | |
Remove | Removes the last occurrence of a delegate's invocation list from another delegate's invocation list. | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |