Copyright © 2016 Mobilengine Corp. All rights reserved. version: 7.0.4.19927
A dynamic array of values of any type with a zero-based index.
Remarks
Apart from the literal syntax, you can also create a new empty list
object
using the list.New()
method.
The values in a list
do not have to be of the same data type.
To access the values at specific indices in the list
object, use the index operator or the
list.GetAt()
method.
Members
Returns the single item in a single-element list, or null
if the
list is empty.