System.Delegate.Method Property

Gets the method represented by the delegate.

Syntax

public System.Reflection.MethodInfo Method { get; }

Value

A System.Reflection.MethodInfo .

Exceptions

TypeReason
MemberAccessExceptionThe caller does not have the required permissions.

Remarks

This property is read-only.

Permissions

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0