Click or drag to resize
CollectionBaseT Methods

The CollectionBaseT generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an item
Public methodAddRange
Adds a set of items
Public methodAddTop
Adds an item in top of list
Public methodClear
Clears the list
Public methodContains
Check if an item exists in the list
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetItem
Gets an item by index
Public methodGetIterator
Public methodGetIteratorT
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnAdded
Public methodRemove
Removes an item
Public methodRemoveAt
Removes an item by its index
Public methodToArray
Creates new array of items
Public methodToString (Overrides ObjectToString.)
Top
Extension Methods
See Also