Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class System.​Xml.​XmlNodeList
Assembly: System.Xml.ReaderWriter
Inheritance: object → XmlNodeList
Implemented Interfaces
Represents an ordered collection of nodes.
Properties
public
int
Count
Gets the number of nodes in the <see langword="XmlNodeList" /> .
public
XmlNode
ItemOf
Methods
GetEnumerator​()
Gets an enumerator that iterates through the collection of nodes.
Returns An enumerator used to iterate through the collection of nodes.
Returns The <see cref="T:System.Xml.XmlNode" /> with the specified index in the collection. If <paramref name="index" /> is greater than or equal to the number of nodes in the list, this returns <see langword="null" /> .
index
The zero-based index into the list of nodes.
protected
void
PrivateDisposeNodeList​()
Disposes resources in the node list privately.
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object