Share via


PredefinedCastExpressionSyntax.Keyword Property

Definition

The keyword that was used in the cast operation.

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