Compartilhar via


SyntaxTokenList.RemoveAt(Int32) Método

Definição

Cria um novo SyntaxTokenList com o token no índice especificado removido.

public:
 Microsoft::CodeAnalysis::SyntaxTokenList RemoveAt(int index);
public Microsoft.CodeAnalysis.SyntaxTokenList RemoveAt (int index);
member this.RemoveAt : int -> Microsoft.CodeAnalysis.SyntaxTokenList
Public Function RemoveAt (index As Integer) As SyntaxTokenList

Parâmetros

index
Int32

O índice do token a ser removido.

Retornos

Aplica-se a