Invocable array. More...
Invocable array.
ElementType | Array items type. |
Size | Array size. |
Additional Inherited Members | |
![]() | |
ElementType & | operator[] (Int32 index) |
Array indexer operator. More... | |
const ElementType & | operator[] (Int32 index) const |
Array indexer operator. More... | |
Int32 | GetSize () const |
Gets the array size. More... | |
![]() | |
bool | IndexValid (Int32 index) const |
Query if index is valid. More... | |
void | Exchange (Int32 index1, Int32 index2) |
Exchanges two items More... | |