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
| Property | Summary |
|---|---|
| AssignmentExpression | The simple assignment expression. |
| Kind | The kind of the assignment expression. |
| Left | The expression on the left of the assignment operator. |
| OperatorToken | The operator of the simple assignment expression. |
| Right | The expression on the right of the assignment operator. |
| 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) |