Click or drag to resize
CoronaBoxedListCount Property
Gets the number of items 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

Returns the number of items in the collection.

Returns zero if the collection is empty.

See Also