[]
Enumerates all elements in the sub tree where this element is root.
public IEnumerable<C1TextElement> EnumerateSubtree()
Type | Description |
---|---|
IEnumerable<C1TextElement> | The enumeration of all elements in the sub tree. |
The elements are enumerated in depth-first order.