Share via


InNode(SingleValueNode, CollectionNode) Constructor

Definition

Create a InNode

public InNode (Microsoft.OData.UriParser.SingleValueNode left, Microsoft.OData.UriParser.CollectionNode right);
new Microsoft.OData.UriParser.InNode : Microsoft.OData.UriParser.SingleValueNode * Microsoft.OData.UriParser.CollectionNode -> Microsoft.OData.UriParser.InNode
Public Sub New (left As SingleValueNode, right As CollectionNode)

Parameters

left
SingleValueNode

The left operand.

right
CollectionNode

The right operand.

Exceptions

Throws if the left or right inputs are null.

Throws if the right operand single item type isn't the same type as the left operand.

Applies to