Click or drag to resize
CoronaBoxedList Class
Stores a collection of boxed data that can be transferred to/from Lua as an array.
Inheritance Hierarchy
SystemObject
  CoronaLabs.Corona.WinRTCoronaBoxedList

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public sealed class CoronaBoxedList : ICoronaBoxedData, 
	__ICoronaBoxedListPublicNonVirtuals, IIterable<ICoronaBoxedData>

The CoronaBoxedList type exposes the following members.

Constructors
  NameDescription
Public methodCoronaBoxedList
Creates an empty list.
Top
Methods
  NameDescription
Public methodAdd
Adds the given item to the end of the collection.
Public methodClear
Removes all items in the collection.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFirst
Gets an iterator used to iterate through all of the elements in the collection in a foreach loop.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPushToLua
Pushes this object's data to the top of the Lua stack.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCount
Gets the number of items in the collection.
Top
See Also