BinaryExpression.Right Eigenschap

Definitie

Hiermee haalt u de juiste operand van de binaire bewerking op.

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

Waarde van eigenschap

Een Expression die de rechteroperand van de binaire bewerking vertegenwoordigt.

Van toepassing op