Skip to content

Node<TNode>.ThisAndDescendents Property

Definition

Enumerates this node then all descendents of this node in depth first pre-order.

public IEnumerable<TNode> ThisAndDescendents { get; }

View source

Property Value

IEnumerable<TNode>