Click or drag to resize

XPathIteratorNodeList Constructor

Initializes a new instance of the XPathIteratorNodeList class

Namespace:  com.espertech.esper.compat.xml
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public XPathIteratorNodeList(
	XPathNodeIterator iterator
)

Parameters

iterator
Type: System.Xml.XPathXPathNodeIterator

[Missing <param name="iterator"/> documentation for "M:com.espertech.esper.compat.xml.XPathIteratorNodeList.#ctor(System.Xml.XPath.XPathNodeIterator)"]

See Also