Property Iterator
- Namespace
- DotNetBrowser.Dom.XPath
- Assembly
- DotNetBrowser.dll
Iterator
Gets the iterator which allows requesting the items from the Chromium engine during the iterating.
IEnumerable<INode> Iterator { get; }
Property Value
- IEnumerable<INode>
The iterator which allows requesting the items from the Chromium engine during the iterating. If evaluation result type is not an ordered or unordered node iterator, then returns null.