The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Delegate Constructor
.NET Framework (current version)
Initializes a new delegate.
Assembly: mscorlib (in mscorlib.dll)
| 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:
