Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Initializes a new delegate.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_protmethodDelegate(Object^, String^)

Initializes a delegate that invokes the specified instance method on the specified class instance.

System_CAPS_protmethodDelegate(Type^, String^)

Initializes a delegate that invokes the specified static method from the specified class.

Return to top
Show:
© 2017 Microsoft