UnaryOperatorNode(UnaryOperatorKind, SingleValueNode) Constructor
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.
Creates a UnaryOperatorNode
public UnaryOperatorNode (Microsoft.OData.UriParser.UnaryOperatorKind operatorKind, Microsoft.OData.UriParser.SingleValueNode operand);
new Microsoft.OData.UriParser.UnaryOperatorNode : Microsoft.OData.UriParser.UnaryOperatorKind * Microsoft.OData.UriParser.SingleValueNode -> Microsoft.OData.UriParser.UnaryOperatorNode
Public Sub New (operatorKind As UnaryOperatorKind, operand As SingleValueNode)
Parameters
- operatorKind
- UnaryOperatorKind
the kind of operator this node represents
- operand
- SingleValueNode
the operand that this operator modifies
Exceptions
Throws if the input operand is null.