Skip to content

Node<TNode>.ThisAndDescendentsWithMessages Property

Definition

Lazily enumerates over this node and its descendents returning only those that have Messages.

public IEnumerable<TNode> ThisAndDescendentsWithMessages { get; }

View source

Property Value

IEnumerable<TNode>

A lazy enumeration of this node if it has messages and any descendents that have messages.