Skip to main content

BinaryExpressionInfo Struct

Namespace: Roslynator.CSharp.Syntax

Assembly: Roslynator.CSharp.dll

Provides information about binary expression.

public readonly struct BinaryExpressionInfo

Inheritance

Object ValueType BinaryExpressionInfo

Properties

PropertySummary
BinaryExpressionThe binary expression.
KindThe kind of the binary expression.
LeftThe expression on the left of the binary operator.
OperatorTokenThe operator of the binary expression.
RightThe expression on the right of the binary operator.
SuccessDetermines whether this struct was initialized with an actual syntax.

Methods

MethodSummary
AsChain()Returns ExpressionChain that enables to enumerate expressions of a binary expression.
Equals(Object)(Inherited from ValueType)
GetHashCode()(Inherited from ValueType)
GetType()(Inherited from Object)
MemberwiseClone()(Inherited from Object)
ToString()(Inherited from ValueType)