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:
