This documentation is archived and is not being maintained.
This documentation is archived and is not being maintained.
MulticastDelegate Properties
The MulticastDelegate type exposes the following members.
|
| Name | Description |
|---|
|
Method
|
Gets the method represented by the delegate. (Inherited from Delegate.) |
|
Target
|
Gets the class instance on which the current delegate invokes the instance method. (Inherited from Delegate.) |
Top