Share via


RecordDeclarationSyntax.ConstraintClauses Property

Definition

public override Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterConstraintClauseSyntax> ConstraintClauses { get; }
member this.ConstraintClauses : Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterConstraintClauseSyntax>
Public Overrides ReadOnly Property ConstraintClauses As SyntaxList(Of TypeParameterConstraintClauseSyntax)

Property Value

Applies to