length
|
|
Access
|
read-only
|
Returns
|
unsigned int
|
itemindex
|
|
Parameters
|
unsigned intindex
The index of the item to be returned.
|
Returns
|
fLength. The item stored at the given index.
|
readResolveobj
|
|
Parameters
|
Objectobj
The serialized representation.
|
Returns
|
fLengthArray. The object corresponding to the serialized representation.
|
setItemindexvalue
|
|
Parameters
|
unsigned intindex
The index of the item to be set.
fLengthvalue
The value to be stored at the given index.
|
Returns
|
void. This method does not have a return value.
|