count:uint [read-only]
| Language Version : | ActionScript 3.0 |
| Product Versions : | iSpring Pro 6.0.3, iSpring Platform 6.0 |
| Runtime Versions : | AIR 1.0, Flash Player 10.1 |
Returns the number of references in the collection.
Implementation public function get count():uintSee also
public function getReference(index:uint):IReference| Language Version : | ActionScript 3.0 |
| Product Versions : | iSpring Pro 6.0.3, iSpring Platform 6.0 |
| Runtime Versions : | AIR 1.0, Flash Player 10.1 |
Returns the reference that exists at the specified index.
Parameters
| index:uint — The index of the reference. The index value must be in the range from 0 to the number of references minus 1.
|
Returns | IReference — The reference at the specified index position.
|
Throws | RangeError — Throws if the specified index is out of range.
|
See also