UnaryOperatorNode Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Node representing a unary operator.
public sealed class UnaryOperatorNode : Microsoft.OData.UriParser.SingleValueNode
type UnaryOperatorNode = class
inherit SingleValueNode
Public NotInheritable Class UnaryOperatorNode
Inherits SingleValueNode
- Inheritance
Constructors
UnaryOperatorNode(UnaryOperatorKind, SingleValueNode) |
Creates a UnaryOperatorNode |
Properties
Kind |
Gets the kind of this node. (Inherited from SingleValueNode) |
Operand |
Gets the operand of the unary operator. |
OperatorKind |
Gets the operator represented by this node. |
TypeReference |
Gets the type of the single value this node represents. |
Methods
Accept<T>(QueryNodeVisitor<T>) |
Accept a QueryNodeVisitor<T> that walks a tree of QueryNodes. |