Add (inherited from NodeCollection) | Adds a node to the end of the collection. |
Clear (inherited from NodeCollection) | Removes all nodes from this collection and from the document. |
Contains (inherited from NodeCollection) | Determines whether a node is in the collection. |
GetEnumerator (inherited from NodeCollection) | Provides a simple "foreach" style iteration over the collection of nodes. |
IndexOf (inherited from NodeCollection) | Returns the zero-based index of the specified node. |
Insert (inherited from NodeCollection) | |