TypeDeclarationSyntax.Keyword Property

Definition

Gets the type keyword token ("class", "struct", "interface", "record").

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

Property Value

Applies to