Share via


TypeParameterSingleConstraintClauseSyntax.AsKeyword Property

Definition

The "As" keyword, if any type constraints were supplied. If no type constraints were supplied, Nothing is returned.

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

Property Value

Applies to