Share via


PredefinedTypeSyntax.Keyword Property

Definition

SyntaxToken which represents the keyword corresponding to the predefined type.

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

Property Value

Applies to