Delen via


AllowsConstraintClauseSyntax.Constraints Property

Definition

Gets the constraints list.

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

Property Value

Applies to