Gets the number of elements actually contained in the System.Collections.ObjectModel.Collection.
The number of elements actually contained in the System.Collections.ObjectModel.Collection.
Adds an object to the end of the System.Collections.ObjectModel.Collection.
The object to be added to the end of the System.Collections.ObjectModel.Collection. The value can be null for reference types.
Removes all elements from the System.Collections.ObjectModel.Collection.
Determines whether an element is in the System.Collections.ObjectModel.Collection.
The object to locate in the System.Collections.ObjectModel.Collection. The value can be null for reference types.
true if item is found in the System.Collections.ObjectModel.Collection; otherwise, false.
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.
Searches for the specified object and returns the zero-based index of the first occurrence within the entire System.Collections.ObjectModel.Collection.
The object to locate in the System.Collections.Generic.List. The value can be null for reference types.
The zero-based index of the first occurrence of item within the entire System.Collections.ObjectModel.Collection, if found; otherwise, -1.
Inserts an element into the System.Collections.ObjectModel.Collection at the specified index.
Removes the first occurrence of a specific object from the System.Collections.ObjectModel.Collection.
The object to remove from the System.Collections.ObjectModel.Collection. The value can be null for reference types.
true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the original System.Collections.ObjectModel.Collection.
Removes the element at the specified index of the System.Collections.ObjectModel.Collection.
The zero-based index of the element to remove.
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.
Provides the base class for a generic collection.