Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 2.08 KB

File metadata and controls

40 lines (27 loc) · 2.08 KB

AssignmentExpressionInfo Struct

HomePropertiesMethods

Namespace: Roslynator.CSharp.Syntax

Assembly: Roslynator.CSharp.dll

Provides information about simple assignment expression.

public readonly struct AssignmentExpressionInfo

Inheritance

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