Share via


ClassOrStructConstraintSyntax.ClassOrStructKeyword Property

Definition

Gets the constraint keyword ("class" or "struct").

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

Property Value

Applies to