TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.At 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.
Ce type/membre prend en charge l’infrastructure .NET Framework et n’est pas destiné à être utilisé directement à partir de votre code. Détermine si le jeton est au type spécifié.
protected internal bool At(TSymbolType type);
member this.At : 'SymbolType -> bool
Protected Friend Function At (type As TSymbolType) As Boolean
Paramètres
- type
- TSymbolType
Type.
Retours
true si le jeton est au type spécifié ; sinon, false.