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

適用対象