Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Readonly
ItemGets or sets the element at the specified index.
Gets the context of this node.
Gets the number of elements contained in this instance.
Gets a value indicating whether this node is attached.
Gets a collection of methods for executing transactions on the document.
Adds the elements of the specified collection to the end of this collection.
The collection whose elements should be added to the end of this collection. The collection itself cannot be null, but it can contain elements that are null, if type T is a reference type.
Returns an enumerator that iterates through this collection.
An System.Collections.Generic.IEnumerator for this collection.
Inserts the elements of the specified collection at the specified index in this collection.
The index where the first element shall be inserted.
The collection whose elements should be inserted in this collection. The collection itself cannot be null, but it can contain elements that are null, if type T is a reference type.
Removes the element at the specified index.
The zero-based index of the element to remove.
Replaces the contents of the list with the elements in the specified collection.
The collection. The collection itself cannot be null, but it can contain elements that are null, if type T is a reference type.
Copies the elements of the collection to a new array.
An array containing the elements.
Abstract base class for list-like document nodes. It contains standard System.Collections.Generic.IList methods to modify the collection.
Since
2.0