Freigeben über


ForEachVariableStatementSyntax.WithForEachKeyword(SyntaxToken) Methode

Definition

public:
 Microsoft::CodeAnalysis::CSharp::Syntax::ForEachVariableStatementSyntax ^ WithForEachKeyword(Microsoft::CodeAnalysis::SyntaxToken forEachKeyword);
public Microsoft.CodeAnalysis.CSharp.Syntax.ForEachVariableStatementSyntax WithForEachKeyword (Microsoft.CodeAnalysis.SyntaxToken forEachKeyword);
override this.WithForEachKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.CSharp.Syntax.ForEachVariableStatementSyntax
Public Function WithForEachKeyword (forEachKeyword As SyntaxToken) As ForEachVariableStatementSyntax

Parameter

forEachKeyword
SyntaxToken

Gibt zurück

Gilt für: