TypeDeclarationSyntax.ConstraintClauses Property

Definition

Gets the type constraint list.

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

Property Value

Applies to