XmlNodeList (Class)

Represents an ordered collection of nodes in an XML document.  

Namespace: elsystem.xml

Properties
  Name Type Description
Public property Count int Gets the number of nodes in the XML node list.
Public property ItemOf object Gets the XML element to which the attribute belongs.
Methods
  Name Description
Public property Create Initializes a new instance of the class.
Public property Item(Index) Retrieves a node at the given index.
Inheritance Hierarchy

elsystem.Object

  elsystem.xml.XmlNodeList