A bindable array structure. More...
#include <Coherent/UI/EventArguments.h>
Public Member Functions | |
size_t | GetSize () const |
Getter for the size of the array. More... | |
Value | operator[] (size_t index) const |
Getter for the value on a specific index. More... | |
A bindable array structure.
size_t Coherent::UI::Array::GetSize | ( | ) | const |
Getter for the size of the array.
Value Coherent::UI::Array::operator[] | ( | size_t | index | ) | const |
Getter for the value on a specific index.
index | the index to access |