Skip to content

Node<TNode>.ThisAnd Method

Definition

Lazily enumerates over this node and then the specified enumeration of nodes.

protected IEnumerable<TNode> ThisAnd(IEnumerable<TNode> and);

Parameters

Name Type Description
and IEnumerable<TNode> The nodes to enumerate over after this.

Returns

IEnumerable<TNode>

A lazy enumeration of this node and and.