MethodCallExpression.Method 属性

定义

获取要调用的方法的 MethodInfoGets 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

属性值

MethodInfo

表示所调用的方法的 MethodInfoThe MethodInfo that represents the called method.

适用于