Share via


UnaryOperatorNode Class

Definition

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
UnaryOperatorNode

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.

Applies to