JPathUnaryOperator

Namespace: SnowBank.Data.Json.JPath · class

Implements: JPathExpression, IEquatable<JPathExpression>

Expression that applies a unary operator onto another expression

Properties

Node

JPathExpression Node { get; }

Source expression

Operator

ExpressionType Operator { get; }

Operator to apply to the expression

Methods

Equals

bool Equals(JPathExpression obj)

GetHashCode

int GetHashCode()

ToString

string ToString()