Click or drag to resize
CoronaBoxedListAdd Method
Adds the given item to the end of the collection.

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public void Add(
	ICoronaBoxedData item
)

Parameters

item
Type: CoronaLabs.Corona.WinRTICoronaBoxedData

The item to be added to the collection.

Cannot be null because Lua arrays cannot contain nil elements.

See Also