PropertyDeclarationSyntax.Modifiers Property

Definition

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

Property Value

Applies to