通过


BinaryExpression.Method 属性

定义

获取二进制操作的实现方法。

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

属性值

表示 MethodInfo 实现方法的表示。

注解

如果表示 BinaryExpression 使用预定义运算符的操作,则 Method 属性为 null

适用于