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

适用于