IArrayVector

Description

interface Tinman.Core.Collections.IArrayVector<T>

Derived from

IVectorConst<T>

Extended by

ArrayVector sealed
OrderedSet sealed

Base interface for classes that represent a read-only list of elements that are kept in an array.

Public / Attributes

Internal​Array


public attribute InternalArray → (get)

value : T [ ]

The internal element array; can be null if IBagConst.Count returns 0.

Returns the element array that is used by this list object.

The array length can be greater than the list count. Modifying the contents of the returned array can result in undefined behaviour.