Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 2.06 KB

File metadata and controls

41 lines (28 loc) · 2.06 KB

LocalDeclarationStatementInfo Struct

HomePropertiesMethods

Namespace: Roslynator.CSharp.Syntax

Assembly: Roslynator.CSharp.dll

Provides information about local declaration statement.

public readonly struct LocalDeclarationStatementInfo

Inheritance

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