Skip to main content

SimpleAssignmentExpressionInfo Struct

Namespace: Roslynator.CSharp.Syntax

Assembly: Roslynator.CSharp.dll

Provides information about simple assignment expression.

public readonly struct SimpleAssignmentExpressionInfo

Inheritance

Object ValueType SimpleAssignmentExpressionInfo

Properties

PropertySummary
AssignmentExpressionThe simple 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)