EnumDeclarationSyntax.EnumKeyword Property

Definition

Gets the enum keyword token.

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

Property Value

Applies to