TypeParameterConstraintClauseSyntax
csharp
public sealed class TypeParameterConstraintClauseSyntaxType parameter constraint clause: the name being constrained and its constraints.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
This node is associated with the following syntax kinds:
TypeParameterConstraintClause
Fields and properties (4)
public SyntaxToken WhereKeywordpublic IdentifierNameSyntax NameGets the type parameter name being constrained.
public SyntaxToken ColonTokenpublic SeparatedSyntaxList<TypeParameterConstraintSyntax> ConstraintsGets the constraints applied to the type parameter.
Methods (8)
public override SyntaxNode? GetSlot(int index)public override void Accept(SyntaxVisitor visitor)public override TResult Accept<TResult>(SyntaxVisitor<TResult> visitor)public TypeParameterConstraintClauseSyntax Update(SyntaxToken whereKeyword, IdentifierNameSyntax name, SyntaxToken colonToken, SeparatedSyntaxList<TypeParameterConstraintSyntax> constraints)public TypeParameterConstraintClauseSyntax WithWhereKeyword(SyntaxToken whereKeyword)public TypeParameterConstraintClauseSyntax WithName(IdentifierNameSyntax name)public TypeParameterConstraintClauseSyntax WithColonToken(SyntaxToken colonToken)public TypeParameterConstraintClauseSyntax WithConstraints(SeparatedSyntaxList<TypeParameterConstraintSyntax> constraints)
Used by (13)
- ConstraintResolutionVixen.Raven
- MethodDeclarationSyntaxVixen.Raven
- ProtocolDeclarationSyntaxVixen.Raven
- RavenParserVixen.Raven
- ShaderDeclarationSyntaxVixen.Raven
- SourceMethodSymbolVixen.Raven
- StructDeclarationSyntaxVixen.Raven
- SyntaxFactoryVixen.Raven
- SyntaxRewriterVixen.Raven
- SyntaxVisitorVixen.Raven
- SyntaxVisitorVixen.Raven
- TypeDeclarationInfoVixen.Raven
- TypeParameterConstraintClauseSyntaxVixen.Raven