An NDoc Documented Class Library

TieredVector.Add Method (IComparable)

Add an element to the tiered vector.

public virtual int Add(
   IComparable o
);

Parameters

o
The element to add.

Return Value

The position the element was added at.

See Also

TieredVector Class | Ringlet.Collections Namespace | TieredVector.Add Overload List