Click or drag to resize
CoronaBoxedTable Methods

The CoronaBoxedTable type exposes the following members.

Methods
  NameDescription
Public methodClear
Removes all entries from the table. This makes the table count zero.
Public methodContainsKey
Determines if the given key exists in the table.
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 key/value pairs in the table 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 methodGetValueByKey
Fetches a value from the table by its unique key.
Public methodPushToLua
Pushes this object's data to the top of the Lua stack.
Public methodRemoveByKey
Removes an entry from the table by its unique key.
Public methodSet

Adds the given key/value pair to the table.

If the given key already exists in the table, then its value will be replaced.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also