CoronaBoxedList Class |
Namespace: CoronaLabs.Corona.WinRT
The CoronaBoxedList type exposes the following members.
Name | Description | |
---|---|---|
![]() | CoronaBoxedList | Creates an empty list. |
Name | Description | |
---|---|---|
![]() | Add | Adds the given item to the end of the collection. |
![]() | Clear | Removes all items in the collection. |
![]() | Equals | (Inherited from Object.) |
![]() | First | Gets an iterator used to iterate through all of the elements in the collection in a foreach loop. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | PushToLua | Pushes this object's data to the top of the Lua stack. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |