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.13.0
SyntaxIEnumerable<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