Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 2.18 KB

File metadata and controls

41 lines (28 loc) · 2.18 KB

BinaryExpressionInfo Struct

HomePropertiesMethods

Namespace: Roslynator.CSharp.Syntax

Assembly: Roslynator.CSharp.dll

Provides information about binary expression.

public readonly struct BinaryExpressionInfo

Inheritance

ObjectValueType → BinaryExpressionInfo

Properties

Property Summary
BinaryExpression The binary expression.
Kind The kind of the binary expression.
Left The expression on the left of the binary operator.
OperatorToken The operator of the binary expression.
Right The expression on the right of the binary operator.
Success Determines whether this struct was initialized with an actual syntax.

Methods

Method Summary
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)