Click or drag to resize

IXPathResultIterator Property

Gets the iterator which allows requesting the items from the Chromium engine during the iterating.

Namespace:  DotNetBrowser.Dom.XPath
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IEnumerable<INode> Iterator { get; }

Property Value

Type: IEnumerableINode
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.
See Also