Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines 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.
ReadonlyItemGets or sets the element at the specified index.
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.
Applies the specified action to all nodes of the specified type in the subtree spanned from this node, including this node.
Generic type argument
The action to apply.
Returns an enumerator that iterates through this collection.
An System.Collections.Generic.IEnumerator for this collection.
Searches for the specified value and returns the zero-based index of the first occurrence within this collection.
The zero-based index of the first occurrence of value within this collection, if found; otherwise, -1.
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