The properties of the XmlNodeList class are listed below. For a complete list of XmlNodeList class members, see the XmlNodeList Members topic.
Count | Gets the number of nodes in this XmlNodeList. |
Item | Retrieves a node at the given index.
In C#, this member is the indexer for the XmlNodeList class. |