Node<TNode>.Descendents Property
Definition
Enumerates all descendents of this node in depth first pre-order.
public IEnumerable<TNode> Descendents { get; }
Enumerates all descendents of this node in depth first pre-order.
public IEnumerable<TNode> Descendents { get; }