Skip to main content

AssignmentExpressionInfo Struct

Namespace: Roslynator.CSharp.Syntax

Assembly: Roslynator.CSharp.dll

Provides information about simple assignment expression.

public readonly struct AssignmentExpressionInfo

Inheritance

Object ValueType AssignmentExpressionInfo

Properties

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

Methods

MethodSummary
Equals(Object)(Inherited from ValueType)
GetHashCode()(Inherited from ValueType)
GetType()(Inherited from Object)
MemberwiseClone()(Inherited from Object)
ToString()(Inherited from ValueType)