An NDoc Documented Class Library

TieredVector.Item Property

Retrieve a vector element by index.

public virtual object this[
   int idx
] {get; set;}

Implements

IList.Item

Exceptions

Exception TypeCondition
ArgumentOutOfRangeException A negative or overly large value was specified for the idx parameter.
InvalidOperationException Direct setting of tiered vector elements is not supported.

See Also

TieredVector Class | Ringlet.Collections Namespace