An NDoc Documented Class Library

TieredVector Properties

The properties of the TieredVector class are listed below. For a complete list of TieredVector class members, see the TieredVector Members topic.

Public Instance Properties

Capacity Get the total vector capacity.
Count Get the number of elements in the vector.
Empty Check if the vector is empty.
Full Check if the vector is filled to capacity and adding another element would cause it to grow.
IsFixedSize Get a value indicating whether the tiered vector has a fixed size.
IsReadOnly Get a value indicating whether the tiered vector is read-only.
IsSynchronized Get a value indicating whether the tiered vector is safe for multithreaded operations.
Item Retrieve a vector element by index.
SyncRoot Get an object suitable for thread synchronization.

See Also

TieredVector Class | Ringlet.Collections Namespace