Click or drag to resize
CoronaBoxedTableFirst Method
Gets an iterator used to iterate through all of the key/value pairs in the table in a foreach loop.

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

Return Value

Type: IIteratorIKeyValuePairICoronaBoxedComparableData, ICoronaBoxedData
Returns an iterator to be used by a foreach loop.

Implements

IIterable.First
See Also