SyntaxTokenList.ReplaceRange Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria um novo SyntaxTokenList com o token especificado substituído por novos tokens.
public:
Microsoft::CodeAnalysis::SyntaxTokenList ReplaceRange(Microsoft::CodeAnalysis::SyntaxToken tokenInList, System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::SyntaxToken> ^ newTokens);
public Microsoft.CodeAnalysis.SyntaxTokenList ReplaceRange (Microsoft.CodeAnalysis.SyntaxToken tokenInList, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxToken> newTokens);
member this.ReplaceRange : Microsoft.CodeAnalysis.SyntaxToken * seq<Microsoft.CodeAnalysis.SyntaxToken> -> Microsoft.CodeAnalysis.SyntaxTokenList
Public Function ReplaceRange (tokenInList As SyntaxToken, newTokens As IEnumerable(Of SyntaxToken)) As SyntaxTokenList
Parâmetros
- tokenInList
- SyntaxToken
O token a ser substituído.
- newTokens
- IEnumerable<SyntaxToken>
Os novos tokens.
Retornos
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.