SyntaxTokenList.IndexOf(SyntaxToken) 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.
public:
int IndexOf(Microsoft::CodeAnalysis::SyntaxToken tokenInList);
public int IndexOf(Microsoft.CodeAnalysis.SyntaxToken tokenInList);
member this.IndexOf : Microsoft.CodeAnalysis.SyntaxToken -> int
Public Function IndexOf (tokenInList As SyntaxToken) As Integer
Paramètres
- tokenInList
- SyntaxToken