Skip to content

Node<TNode>.ThisAndDescendentsWithWarnings Property

Definition

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

public IEnumerable<TNode> ThisAndDescendentsWithWarnings { get; }

View source

Property Value

IEnumerable<TNode>

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