System.Xml.XmlNodeList Class

Represents an ordered collection of nodes.

See Also: XmlNodeList Members

Syntax

public abstract class XmlNodeList : IEnumerable

Remarks

Changes to the children of the node object that the System.Xml.XmlNodeList collection was created from are immediately reflected in the nodes returned by the XmlNodeList properties and methods. XmlNodeList supports iteration and indexed access.

XmlNodeList is returned by the following properties and methods.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0