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 the element at the specified index.
Gets the context of this node.
Gets the number of elements contained in the collection.
Gets a value indicating whether this node is attached.
Gets a collection of methods for executing transactions on the document.
Adds a data table to the collection.
The data table to add to this collection.
Adds the specified library item to this collection.
The library item to add.
Adds a data table to this collection.
The data table to add to this collection.
The corresponding library item that the data table was loaded from.
Returns an enumerator that iterates through the collection.
A System.Collections.Generic.IEnumerator that can be used to iterate through the collection.
Removes the specified data table from this collection.
The data table to remove from this collection.
true if dataTable was successfully removed from this collection, otherwise false. This method also returns false if dataTable is not found in the original collection.
Removes the specified library item from this collection.
The library item to remove from the collection.
true if libraryItem was successfully removed from the collection, otherwise false. This method also returns false if libraryItem is not found in the original collection.
Adds a data table to the collection.
The data table to add to this collection.
Adds the specified library item to this collection.
The library item to add.
Adds a data table to this collection.
The data table to add to this collection.
The corresponding library item that the data table was loaded from.
Removes the specified data table from this collection.
The data table to remove from this collection.
true if dataTable was successfully removed from this collection, otherwise false. This method also returns false if dataTable is not found in the original collection.
Removes the specified library item from this collection.
The library item to remove from the collection.
true if libraryItem was successfully removed from the collection, otherwise false. This method also returns false if libraryItem is not found in the original collection.
Represents a collection of geocoding tables as data table references or library item references.
Since
2.0