LocalDeclarationStatementInfo Struct
Namespace: Roslynator.CSharp.Syntax
Assembly: Roslynator.CSharp.dll
Provides information about local declaration statement.
public readonly struct LocalDeclarationStatementInfo
Inheritance
Object → ValueType → LocalDeclarationStatementInfo
Properties
| Property | Summary |
|---|---|
| Declaration | The variable declaration. |
| Modifiers | The modifier list. |
| SemicolonToken | The semicolon token. |
| Statement | The local declaration statement. |
| Success | Determines whether this struct was initialized with an actual syntax. |
| Type | The type of the declaration. |
| Variables | A list of variables. |
Methods
| Method | Summary |
|---|---|
| Equals(Object) | (Inherited from ValueType) |
| GetHashCode() | (Inherited from ValueType) |
| GetType() | (Inherited from Object) |
| MemberwiseClone() | (Inherited from Object) |
| ToString() | (Inherited from ValueType) |