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.

MulticastDelegate::GetMethodImpl Method ()

 

Returns a static method represented by the current MulticastDelegate.

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

protected:
virtual MethodInfo^ GetMethodImpl() override

Return Value

Type: System.Reflection::MethodInfo^

A static method represented by the current MulticastDelegate.

If the MulticastDelegate represents multiple methods, only one method is returned.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft