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 | The nodes to enumerate over after this. |
Returns
A lazy enumeration of this node and and.
Last modified: 15 November 2025