|
Name |
Description |
|
Add
|
Overloaded. Adds a new item to the end of the collection and returns the corresponding object.
|
|
AddRange
|
Adds a specified array of items to the end of the collection.
|
|
Clear
|
Removes all objects from the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
|
|
Equals
|
Determines whether the specified System.Object is equal to the current System.Object. (Inherited from System.Object)
|

|
Equals
|
Determines whether the specified System.Object instances are considered equal. (Inherited from System.Object)
|
|
GetEnumerator
|
Returns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
|
|
GetHashCode
|
Serves as a hash function for a particular type. System.Object.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from System.Object)
|
|
GetType
|
Gets the System.Type of the current instance. (Inherited from System.Object)
|
|
IndexOf
|
Returns the specified item's position within the collection. (Inherited from Collection)
|
|
Insert
|
Inserts the specified item into the specified position within the collection. (Inherited from Collection)
|
|
Move
|
Moves the item to another position within the list. (Inherited from Collection)
|

|
ReferenceEquals
|
Determines whether the specified System.Object instances are the same instance. (Inherited from System.Object)
|
|
Remove
|
Removes the specified item from the collection. (Inherited from Collection)
|
|
RemoveAt
|
Removes the element at the specified index of the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
|
|
ToString
|
Returns a System.String that represents the current System.Object. (Inherited from System.Object)
|