BinaryExpression.Left 属性
定义
获取二元运算的左操作数。Gets the left operand of the binary operation.
public:
property System::Linq::Expressions::Expression ^ Left { System::Linq::Expressions::Expression ^ get(); };
public System.Linq.Expressions.Expression Left { get; }
member this.Left : System.Linq.Expressions.Expression
Public ReadOnly Property Left As Expression
属性值
表示二元运算的左操作数的 Expression。An Expression that represents the left operand of the binary operation.