Partager via


SyntaxTokenList.RemoveAt(Int32) Méthode

Définition

Crée un nouveau SyntaxTokenList avec le jeton à l’index spécifié supprimé.

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

Paramètres

index
Int32

Index du jeton à supprimer.

Retours

S’applique à