Click or drag to resize
CoronaLuaEventPropertiesCount Property
Fetches the number of properties stored in the collection.

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public int Count { get; }

Property Value

Type: Int32

Number of properties that are currently contained in the collection.

Returns zero if the collection is currently empty.

See Also