SpecialConstraintSyntax.ConstraintKeyword Property

Definition

The "New", "Class" or "Structure" keyword that denotes the kind of special constraint.

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

Property Value

Applies to