Udostępnij za pośrednictwem


CodeBinaryOperatorExpression.Right Właściwość

Definicja

Pobiera lub ustawia wyrażenie kodu po prawej stronie operatora.

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

Wartość właściwości

Element CodeExpression wskazujący prawy operand.

Dotyczy

Zobacz też