Skip to content

Node<TNode>.ThisAndDescendentsWithInfos Property

Definition

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

public IEnumerable<TNode> ThisAndDescendentsWithInfos { get; }

View source

Property Value

IEnumerable<TNode>

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