다음을 통해 공유


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입니다.

적용 대상

추가 정보