UnaryOperatorToken Classe
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.
Jeton lexical représentant un opérateur unaire.
public sealed class UnaryOperatorToken : Microsoft.OData.UriParser.QueryToken
type UnaryOperatorToken = class
inherit QueryToken
Public NotInheritable Class UnaryOperatorToken
Inherits QueryToken
- Héritage
Constructeurs
UnaryOperatorToken(UnaryOperatorKind, QueryToken) |
Créer un unaryOperatorToken en fonction de l’opérateur et de l’opérande |
Propriétés
Kind |
Type de jeton de requête. |
Operand |
Opérande. |
OperatorKind |
Opérateur représenté par ce nœud. |
Méthodes
Accept<T>(ISyntacticTreeVisitor<T>) |
Acceptez un ISyntacticTreeVisitor<T> pour marcher sur un arbre de QueryTokens. |