Delegate.Method Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the method represented by the delegate.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Reflection.MethodInfoA MethodInfo describing the method represented by the delegate.
| Exception | Condition |
|---|---|
| MemberAccessException | The caller does not have access to the method represented by the delegate (for example, if the method is private). |
| MethodAccessException | Application code attempts to access this member late-bound, for example, by using the Type.InvokeMember method. |
Show: