Retrieves a node at the given index.
[Visual Basic] MustOverride Public Function Item( _ ByVal index As Integer _ ) As XmlNode [C#] public abstract XmlNode Item( int index ); [C++] public: virtual XmlNode* Item( int index ) = 0; [JScript] public abstract function Item( index : int ) : XmlNode;
The XmlNode in the collection. If index is greater than or equal to the number of nodes in the list, this returns null.
XmlNodeList Class | XmlNodeList Members | System.NewXml Namespace