|
length
|
|
|
Access
|
read-only
|
|
Returns
|
unsigned int
|
|
item index
|
|
|
Parameters
|
unsigned int index
The index of the item to be returned.
|
|
Returns
|
fLength. The item stored at the given index.
|
|
readResolve obj
|
|
|
Parameters
|
Object obj
The serialized representation.
|
|
Returns
|
fLengthArray. The object corresponding to the serialized representation.
|
|
setItem index value
|
|
|
Parameters
|
unsigned int index
The index of the item to be set.
fLength value
The value to be stored at the given index.
|
|
Returns
|
void. This method does not have a return value.
|