An NDoc Documented Class Library

TieredVector.RemoveAt Method 

Remove the element at the specified index.

public virtual void RemoveAt(
   int idx
);

Parameters

idx
The index of the element to remove.

Implements

IList.RemoveAt

Exceptions

Exception TypeCondition
ArgumentOutOfRangeException A negative or too large value was specified for the idx parameter.

See Also

TieredVector Class | Ringlet.Collections Namespace