Partager via


TypeParameterConstraintClauseSyntax.Constraints Propriété

Définition

Obtient la liste des contraintes.

public:
 property Microsoft::CodeAnalysis::SeparatedSyntaxList<Microsoft::CodeAnalysis::CSharp::Syntax::TypeParameterConstraintSyntax ^> Constraints { Microsoft::CodeAnalysis::SeparatedSyntaxList<Microsoft::CodeAnalysis::CSharp::Syntax::TypeParameterConstraintSyntax ^> get(); };
public Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterConstraintSyntax> Constraints { get; }
member this.Constraints : Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterConstraintSyntax>
Public ReadOnly Property Constraints As SeparatedSyntaxList(Of TypeParameterConstraintSyntax)

Valeur de propriété

S’applique à