Compartir a través de


SyntaxTokenList.RemoveAt(Int32) Método

Definición

Crea un nuevo SyntaxTokenList con el token en el índice especificado quitado.

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

Índice del token que se va a quitar.

Devoluciones

Se aplica a