Share via


ForStatementSyntax.WithToKeyword(SyntaxToken) Method

Definition

Returns a copy of this with the ToKeyword 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::ForStatementSyntax ^ WithToKeyword(Microsoft::CodeAnalysis::SyntaxToken toKeyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.ForStatementSyntax WithToKeyword (Microsoft.CodeAnalysis.SyntaxToken toKeyword);
member this.WithToKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.ForStatementSyntax
Public Function WithToKeyword (toKeyword As SyntaxToken) As ForStatementSyntax

Parameters

toKeyword
SyntaxToken

Returns

Applies to