Skip to main content

SimpleAssignmentStatementInfo Struct

Namespace: Roslynator.CSharp.Syntax

Assembly: Roslynator.CSharp.dll

Provides information about a simple assignment expression in an expression statement.

public readonly struct SimpleAssignmentStatementInfo

Inheritance

Object ValueType SimpleAssignmentStatementInfo

Properties

PropertySummary
AssignmentExpressionThe simple assignment expression.
LeftThe expression on the left of the assignment operator.
OperatorTokenThe operator of the simple assignment expression.
RightThe expression of the right of the assignment operator.
StatementThe expression statement the simple assignment expression is contained in.
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)