List::GetElementCount
Defined in: C4List.h
Returns the number of elements in a list.
Prototype
int32 GetElementCount(void) const;
Description
The GetElementCount function iterates through the members of a list and returns the count.
See Also
List::Empty
|