RequestBase.GetMethod Method

Definition

Gets the method info object, which may be null.

public abstract System.Reflection.MethodInfo GetMethod ();
abstract member GetMethod : unit -> System.Reflection.MethodInfo
Public MustOverride Function GetMethod () As MethodInfo

Returns

Implements

Applies to