BinaryExpression.Right 屬性

定義

取得二元作業的右運算元。

public:
 property System::Linq::Expressions::Expression ^ Right { System::Linq::Expressions::Expression ^ get(); };
public System.Linq.Expressions.Expression Right { get; }
member this.Right : System.Linq.Expressions.Expression
Public ReadOnly Property Right As Expression

屬性值

Expression

Expression,表示二元運算的右運算元。

適用於