Skip to content

Node<TNode>.ThisAndDescendentsWithErrors Property

Definition

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

public IEnumerable<TNode> ThisAndDescendentsWithErrors { get; }

View source

Property Value

IEnumerable<TNode>

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