11 public abstract int Count 19 [IndexerName(
"ItemOf")]
20 public virtual XmlNode this[
int i]
abstract int Count
Gets the number of nodes in the XmlNodeList.
Represents an ordered collection of nodes.
Provides a mechanism for releasing unmanaged resources.To browse the .NET Framework source code for t...
abstract XmlNode Item(int index)
Retrieves a node at the given index.
Exposes an enumerator, which supports a simple iteration over a non-generic collection....
abstract IEnumerator GetEnumerator()
Gets an enumerator that iterates through the collection of nodes.
virtual void PrivateDisposeNodeList()
Disposes resources in the node list privately.
void Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resourc...
Represents a single node in the XML document.
Supports a simple iteration over a non-generic collection.