SingleLocalDeclarationStatementInfo Struct
Namespace: Roslynator.CSharp.Syntax
Assembly: Roslynator.CSharp.dll
Provides information about a local declaration statement with a single variable.
public readonly struct SingleLocalDeclarationStatementInfo
Inheritance
Object → ValueType → SingleLocalDeclarationStatementInfo
Properties
Property | Summary |
---|---|
AwaitKeyword | The 'await' keyword. |
Declaration | The variable declaration. |
Declarator | The variable declarator. |
EqualsToken | The equals token. |
Identifier | Variable identifier. |
IdentifierText | Variable name. |
Initializer | The variable initializer, if any. |
Modifiers | The modifier list. |
SemicolonToken | The semicolon. |
Statement | The local declaration statement. |
Success | Determines whether this struct was initialized with an actual syntax. |
Type | The type of a declaration. |
UsingKeyword | The 'using' keyword. |
Value | The initialized value, if any. |
Methods
Method | Summary |
---|---|
Equals(Object) | (Inherited from ValueType) |
GetHashCode() | (Inherited from ValueType) |
GetType() | (Inherited from Object) |
MemberwiseClone() | (Inherited from Object) |
ToString() | (Inherited from ValueType) |