An NDoc Documented Class Library

TieredVector.Add Method

Add an element to the tiered vector.

Overload List

Add an element to the tiered vector.

public virtual int Add(IComparable);

Adds an element into the vector, preserving the sorting of the rest.

public virtual int Add(object);

See Also

TieredVector Class | Ringlet.Collections Namespace