An associative array, also known as a dictionary, or a map. More...
Public Member Functions | |
| integer | Length () |
| Get the number of items in the map. | |
| array | GetKeys () |
| Gets a list of all keys in the map. | |
| void | Remove (string key) |
| Removes a key from the map. | |
| Map () | |
| Creates a map. | |
An associative array, also known as a dictionary, or a map.
| array Map.GetKeys | ( | ) |
Gets a list of all keys in the map.
| integer Map.Length | ( | ) |
Get the number of items in the map.
| void Map.Remove | ( | string | key | ) |
Removes a key from the map.
| key | The key to remove. |