ForOrForEachStatementSyntax.WithControlVariable(VisualBasicSyntaxNode) Method

Definition

Returns a copy of this with the ControlVariable 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.ForOrForEachStatementSyntax WithControlVariable(Microsoft.CodeAnalysis.VisualBasic.VisualBasicSyntaxNode controlVariable);

Parameters

controlVariable
VisualBasicSyntaxNode

Returns

Applies to