Table of Contents

Method GetEnumerator

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

GetEnumerator()

Returns an enumerator over the nodes in document order.

public IEnumerator<T> GetEnumerator()

Returns

IEnumerator<T>

The enumerator.