Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 2.17 KB

File metadata and controls

40 lines (27 loc) · 2.17 KB

SimpleAssignmentStatementInfo Struct

HomePropertiesMethods

Namespace: Roslynator.CSharp.Syntax

Assembly: Roslynator.CSharp.dll

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

public readonly struct SimpleAssignmentStatementInfo

Inheritance

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