MethodCallExpression.Method Property

Definition

Gets the MethodInfo for the method to be called.

public:
 property System::Reflection::MethodInfo ^ Method { System::Reflection::MethodInfo ^ get(); };
public System.Reflection.MethodInfo Method { get; }
member this.Method : System.Reflection.MethodInfo
Public ReadOnly Property Method As MethodInfo

Property Value

The MethodInfo that represents the called method.

Applies to