Click or drag to resize
CoronaBoxedListFirst Method
Gets an iterator used to iterate through all of the elements in the collection in a foreach loop.

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public IIterator<ICoronaBoxedData> First()

Return Value

Type: IIteratorICoronaBoxedData
Returns an iterator to be used by a foreach loop.

Implements

IIterable.First
See Also