An NDoc Documented Class Library

TieredVector.Add Method (Object)

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

public virtual int Add(
   object o
);

Parameters

o
The element to add.

Return Value

The position of the newly-added element.

Implements

IList.Add

See Also

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