Skip to content

Node<TNode>.Descendents Property

Definition

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

public IEnumerable<TNode> Descendents { get; }

View source

Property Value

IEnumerable<TNode>