SyntaxTokenList.RemoveAt(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.