This documentation is archived and is not being maintained.
Delegate Constructor
Visual Studio 2010
Initializes a new delegate.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Delegate(Object, String) | Initializes a delegate that invokes the specified instance method on the specified class instance. |
|
Delegate(Type, String) | Initializes a delegate that invokes the specified static method from the specified class. |
Show: