Click or drag to resize
DelegateMethod Property
Gets the method represented by the delegate.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public MethodInfo Method { get; }

Return Value

Type: MethodInfo
A MethodInfo describing the method represented by the delegate.
Exceptions
ExceptionCondition
MemberAccessExceptionThe caller does not have access to the method represented by the delegate (for example, if the method is private).
See Also