CoronaBoxedTable Methods |
The CoronaBoxedTable type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clear | Removes all entries from the table. This makes the table count zero. |
![]() | ContainsKey | Determines if the given key exists in the table. |
![]() | Equals | (Inherited from Object.) |
![]() | First | Gets an iterator used to iterate through all of the key/value pairs in the table 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.) |
![]() | GetValueByKey | Fetches a value from the table by its unique key. |
![]() | PushToLua | Pushes this object's data to the top of the Lua stack. |
![]() | RemoveByKey | Removes an entry from the table by its unique key. |
![]() | Set | Adds the given key/value pair to the table. If the given key already exists in the table, then its value will be replaced. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |