Click or drag to resize
ReadOnlyCoronaLuaEventPropertiesFirst Method
Gets an iterator that can be used to traverse all properties in the collection via a foreach loop.

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

Return Value

Type: IIteratorIKeyValuePairString, ICoronaBoxedData
Returns an iterator that can be used to traverse all properties in the collection.

Implements

IIterable.First
See Also