QueryToken.Accept<T>(ISyntacticTreeVisitor<T>) 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.
Accepter un ISyntacticTreeVisitor<T> pour marcher un arbre de QueryTokens.
public abstract T Accept<T> (Microsoft.OData.UriParser.ISyntacticTreeVisitor<T> visitor);
abstract member Accept : Microsoft.OData.UriParser.ISyntacticTreeVisitor<'T> -> 'T
Public MustOverride Function Accept(Of T) (visitor As ISyntacticTreeVisitor(Of T)) As T
Paramètres de type
- T
Type retourné par le visiteur après avoir visité ce jeton.
Paramètres
- visitor
- ISyntacticTreeVisitor<T>
Implémentation de l'interface du visiteur.
Retours
T
Objet dont le type est déterminé par le paramètre de type du visiteur.