AllowsConstraintClauseSyntax.WithConstraints Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.CodeAnalysis.CSharp.Syntax.AllowsConstraintClauseSyntax WithConstraints (Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AllowsConstraintSyntax> constraints);
member this.WithConstraints : Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AllowsConstraintSyntax> -> Microsoft.CodeAnalysis.CSharp.Syntax.AllowsConstraintClauseSyntax
Public Function WithConstraints (constraints As SeparatedSyntaxList(Of AllowsConstraintSyntax)) As AllowsConstraintClauseSyntax
Parameters
- constraints
- SeparatedSyntaxList<AllowsConstraintSyntax>