Mvp.Xml Library API Documentation
Initializes a new instance of the XPathNavigatorIterator using given list of navigators.

Namespace: Mvp.Xml.Common.XPath
Assembly:  Mvp.Xml (in Mvp.Xml.dll)

Syntax

C#
public XPathNavigatorIterator(
	XPathNodeIterator iterator
)
Visual Basic (Declaration)
Public Sub New ( _
	iterator As XPathNodeIterator _
)
Visual C++
public:
XPathNavigatorIterator (
	XPathNodeIterator^ iterator
)

Parameters

iterator
XPathNodeIterator

See Also