#include <Xrtti.h>
Public Member Functions | |
bool | IsUnbounded () const |
U32 | GetElementCount () const |
|
If this returns true, the array dimension is of unbounded size; it may have any element count. If this returns false, the element count is fixed and specified, and can be obtained by calling GetElementCount().
|
|
If the array dimension is not unbounded, then this specifies the element count of the array dimension. The index of the last element of the of the array is at this value minus one.
|