MethodCallExpression.Method 属性
定义
获取要调用的方法的 MethodInfo。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
属性值
表示所调用的方法的 MethodInfo。The MethodInfo that represents the called method.