Mono Class Library: System.Delegate Overview | Members

System.Delegate.Method Property

Gets the last method in a delegate's invocation list.

public System.Reflection.MethodInfo Method { get; }

Value

A System.Reflection.MethodInfo .

Permissions

TypeReason
System.Security.Permissions.ReflectionPermissionRequires permission to access type information. See System.Security.Permissions.ReflectionPermissionFlag.TypeInformation.

Exceptions

TypeReason
MemberAccessExceptionThe caller does not have the required permissions.

Remarks

This property is read-only.

Requirements

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