Share via


CodeBinaryOperatorExpression.Right プロパティ

定義

演算子の右辺にあるコード式を取得または設定します。

public:
 property System::CodeDom::CodeExpression ^ Right { System::CodeDom::CodeExpression ^ get(); void set(System::CodeDom::CodeExpression ^ value); };
public System.CodeDom.CodeExpression Right { get; set; }
member this.Right : System.CodeDom.CodeExpression with get, set
Public Property Right As CodeExpression

プロパティ値

右オペランドを示す CodeExpression

適用対象

こちらもご覧ください