DoStatementSyntax.WithWhileKeyword(SyntaxToken) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public:
Microsoft::CodeAnalysis::CSharp::Syntax::DoStatementSyntax ^ WithWhileKeyword(Microsoft::CodeAnalysis::SyntaxToken whileKeyword);
public Microsoft.CodeAnalysis.CSharp.Syntax.DoStatementSyntax WithWhileKeyword(Microsoft.CodeAnalysis.SyntaxToken whileKeyword);
member this.WithWhileKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.CSharp.Syntax.DoStatementSyntax
Public Function WithWhileKeyword (whileKeyword As SyntaxToken) As DoStatementSyntax
Parámetros
- whileKeyword
- SyntaxToken