Table of Contents

Property Children

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

Children

Gets this node's children in document order. Nodes without children return an empty list. The list is a live view; mutate through the typed collections (for example Inlines), not through this property.

public override IReadOnlyList<DomNode> Children { get; }

Property Value

IReadOnlyList<DomNode>