An NDoc Documented Class Library

TieredVector Methods

The methods of the TieredVector class are listed below. For a complete list of TieredVector class members, see the TieredVector Members topic.

Public Instance Methods

AddOverloaded. Adds an element into the vector, preserving the sorting of the rest.
Clear Removes all elements from the vector.
Clone Perform a shallow copy of the tiered vector.
Contains Determines whether an element is contained in the vector.
CopyTo Copy the vector's elements to an array.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetEnumerator Get an enumerator on the tiered vector.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
IndexOfOverloaded. Find the first occurrence of an element in the vector.
Insert Insert an element at a specified position into the tiered vector.
RemoveOverloaded. Remove the first occurrence of the specified object.
RemoveAt Remove the element at the specified index.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
GetPosInD Find the deque in which an object should be placed.
GetPosInDeque Find the position at which an object would be placed in a deque.
Grow Grow the tiered vector.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
Shrink Shrink the tiered vector.

See Also

TieredVector Class | Ringlet.Collections Namespace