Share via


SimpleJoinClauseSyntax.WithJoinedVariables Method

Definition

Returns a copy of this with the JoinedVariables 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::SimpleJoinClauseSyntax ^ WithJoinedVariables(Microsoft::CodeAnalysis::SeparatedSyntaxList<Microsoft::CodeAnalysis::VisualBasic::Syntax::CollectionRangeVariableSyntax ^> joinedVariables);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.SimpleJoinClauseSyntax WithJoinedVariables (Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.CollectionRangeVariableSyntax> joinedVariables);
override this.WithJoinedVariables : Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.VisualBasic.Syntax.CollectionRangeVariableSyntax> -> Microsoft.CodeAnalysis.VisualBasic.Syntax.SimpleJoinClauseSyntax
Public Function WithJoinedVariables (joinedVariables As SeparatedSyntaxList(Of CollectionRangeVariableSyntax)) As SimpleJoinClauseSyntax

Parameters

Returns

Applies to