ExpandTermToken.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.
Implémenter le visiteur pour ce jeton
public override T Accept<T> (Microsoft.OData.UriParser.ISyntacticTreeVisitor<T> visitor);
override this.Accept : Microsoft.OData.UriParser.ISyntacticTreeVisitor<'T> -> 'T
Public Overrides Function Accept(Of T) (visitor As ISyntacticTreeVisitor(Of T)) As T
Paramètres de type
- T
Type à retourner
Paramètres
- visitor
- ISyntacticTreeVisitor<T>
Visiteur de l’arborescence qui visitera ce nœud.
Retours
T
Déterminé par le type de retour du visiteur.