TypeParameterConstraintClauseSyntax.Constraints Property

Definition

Gets the constraints list.

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)

Property Value

Applies to