TypeOfExpressionSyntax.Keyword Property

Definition

SyntaxToken representing the TypeOfKeyword.

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