Add(T)
|
Adds the specified item to the collection.
|
Clear()
|
Clears the collection.
|
Contains(T)
|
Returns whether the collection contains the specified item.
|
CopyTo(T[], Int32)
|
Copies items of the collection to the specified one-dimensional array.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetEnumerator()
|
Returns an IDictionaryEnumerator that can iterate through the hash table.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
IndexOf(T)
|
Returns the specified object’s position within the chunk list.
|
Insert(Int32, T)
|
Adds the specified item to the collection at the specified position.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
Remove(T)
|
Removes the specified item from the collection.
|
RemoveAt(Int32)
|
Removes an item at the specified position from the collection.
|
ToString()
|
Returns a string that represents the current object.
|