Skip to main content

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

PropertySummary
DeclarationThe variable declaration.
ModifiersThe modifier list.
SemicolonTokenThe semicolon token.
StatementThe local declaration statement.
SuccessDetermines whether this struct was initialized with an actual syntax.
TypeThe type of the declaration.
VariablesA list of variables.

Methods

MethodSummary
Equals(Object)(Inherited from ValueType)
GetHashCode()(Inherited from ValueType)
GetType()(Inherited from Object)
MemberwiseClone()(Inherited from Object)
ToString()(Inherited from ValueType)