Share via


ForEachStatementSyntax.WithEachKeyword(SyntaxToken) Method

Definition

Returns a copy of this with the EachKeyword 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::ForEachStatementSyntax ^ WithEachKeyword(Microsoft::CodeAnalysis::SyntaxToken eachKeyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.ForEachStatementSyntax WithEachKeyword (Microsoft.CodeAnalysis.SyntaxToken eachKeyword);
member this.WithEachKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.ForEachStatementSyntax
Public Function WithEachKeyword (eachKeyword As SyntaxToken) As ForEachStatementSyntax

Parameters

eachKeyword
SyntaxToken

Returns

Applies to