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
Property | Summary |
---|---|
AssignmentExpression | The simple assignment expression. |
Left | The expression on the left of the assignment operator. |
OperatorToken | The operator of the simple assignment expression. |
Right | The expression of the right of the assignment operator. |
Statement | The expression statement the simple assignment expression is contained in. |
Success | Determines whether this struct was initialized with an actual syntax. |
Methods
Method | Summary |
---|---|
Equals(Object) | (Inherited from ValueType) |
GetHashCode() | (Inherited from ValueType) |
GetType() | (Inherited from Object) |
MemberwiseClone() | (Inherited from Object) |
ToString() | (Inherited from ValueType) |