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.
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.
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.
Provides the base class for a generic collection.