Array::GetArrayElementCount
Defined in:
Returns the current size of an array.
TSArray.h
Prototype
int32 GetArrayElementCount(void) const;
Description
The GetArrayElementCount
function returns the number of objects currently stored in an array. When an array is constructed, its initial element count is zero.
See Also