Click or drag to resize

XPathIteratorNodeListItem Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.xml.XPathIteratorNodeList.Item(System.Int32)"]

Namespace:  com.espertech.esper.compat.xml
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public override XmlNode Item(
	int index
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:com.espertech.esper.compat.xml.XPathIteratorNodeList.Item(System.Int32)"]

Return Value

Type: XmlNode

[Missing <returns> documentation for "M:com.espertech.esper.compat.xml.XPathIteratorNodeList.Item(System.Int32)"]

See Also