LocalDeclarationStatementSyntax.Modifiers Property

Definition

Gets the modifier list.

public:
 property Microsoft::CodeAnalysis::SyntaxTokenList Modifiers { Microsoft::CodeAnalysis::SyntaxTokenList get(); };
public Microsoft.CodeAnalysis.SyntaxTokenList Modifiers { get; }
member this.Modifiers : Microsoft.CodeAnalysis.SyntaxTokenList
Public ReadOnly Property Modifiers As SyntaxTokenList

Property Value

Applies to