length property
int
get
length
Returns the number of elements in this collection.
If not applicable or not known then 0 should be returned.
Implementation
int get length;
Returns the number of elements in this collection.
If not applicable or not known then 0 should be returned.
int get length;