Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 2.03 KB

File metadata and controls

39 lines (27 loc) · 2.03 KB

SimpleAssignmentExpressionInfo Struct

HomePropertiesMethods

Namespace: Roslynator.CSharp.Syntax

Assembly: Roslynator.CSharp.dll


Provides information about simple assignment expression.

public readonly struct SimpleAssignmentExpressionInfo

Inheritance

ObjectValueType → SimpleAssignmentExpressionInfo

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 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)