BinaryExpressionInfo.Right Property
Containing Type: BinaryExpressionInfo
Assembly: Roslynator.CSharp.dll
The expression on the right of the binary operator.
public Microsoft.CodeAnalysis.CSharp.Syntax.ExpressionSyntax Right { get; }
Containing Type: BinaryExpressionInfo
Assembly: Roslynator.CSharp.dll
The expression on the right of the binary operator.
public Microsoft.CodeAnalysis.CSharp.Syntax.ExpressionSyntax Right { get; }