Table of Contents
BaseObjectCollectionWrapper<T,T> Methods

The methods of the BaseObjectCollectionWrapper<T,T> class are listed below. For a complete list of BaseObjectCollectionWrapper<T,T> class members, see the BaseObjectCollectionWrapper<T,T> Members topic.

Methods
Name Description
Add Adds a new item to the collection.
Clear Clears the collection.
Contains Determines whether the collection contains the specified item.
CopyTo Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
Equals (inherited from Object) 
Finalize (inherited from Object) 
GetEnumerator Returns an enumerator for the entire collection.
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
IndexOf Returns the zero-based index of the first occurrence item.
Insert Inserts an item into the collection at the specified index.
MemberwiseClone (inherited from Object) 
Remove Removes the first occurrence of a specific item from the collection.
RemoveAt Removes an item at the specified index.
ToString (inherited from Object) 
See Also