Represents an ordered collection of nodes.
Object
XmlNodeList
[Visual Basic] MustInherit Public Class XmlNodeList Implements IEnumerable [C#] public abstract class XmlNodeList : IEnumerable [C++] public __gc __abstract class XmlNodeList : public IEnumerable [JScript] public abstract class XmlNodeList implements IEnumerable
The XmlNodeList is "live": changes to the children of the node object that it was created from are immediately reflected in the nodes returned by the XmlNodeList properties and methods. The XmlNodeList is not a static snapshot of the content of the node. This is true for every XmlNodeList, including the ones returned by the GetElementsByTagName method.
Namespace: System.NewXml
Assembly: System.Xml.dll