TypeParameterMultipleConstraintClauseSyntax.WithConstraints Method

Definition

Returns a copy of this with the Constraints property changed to the specified value. Returns this instance if the specified value is the same as the current value.

public:
 Microsoft::CodeAnalysis::VisualBasic::Syntax::TypeParameterMultipleConstraintClauseSyntax ^ WithConstraints(Microsoft::CodeAnalysis::SeparatedSyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::ConstraintSyntax ^> constraints);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeParameterMultipleConstraintClauseSyntax WithConstraints (Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.ConstraintSyntax> constraints);
member this.WithConstraints : Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.ConstraintSyntax> -> Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeParameterMultipleConstraintClauseSyntax
Public Function WithConstraints (constraints As SeparatedSyntaxList(Of ConstraintSyntax)) As TypeParameterMultipleConstraintClauseSyntax

Parameters

Returns

Applies to