Delegate Members

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

Protected Constructors

Name Description
Protected Method Delegate Initializes a new delegate.

Public Properties

Name Description
Public Property Method Gets the method represented by the current delegate.
Public Property Target Gets the object for which the current delegate invokes the instance method.

Public Methods

Name Description
Public Method Static Combine Concatenates the invocation lists of two multicast (combinable) delegates.
Public Method Equals Determines whether the specified object and the current singlecast (uncombinable) delegate share the same target, method, and invocation list.
Public Method Static 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.
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method Static op_Equality Determines whether the specified delegates are equal to one another.
Public Method Static op_Inequality Determines whether the specified delegates are not equal to one another.
Public Method ReferenceEquals (Inherited from Object.)
Public Method Static Remove Removes the last occurrence of a delegate's invocation list from another delegate's invocation list.
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

Delegate Class
System Namespace