Adds a given key-value pair to the dictionary.
Adds a given key-value pair to the dictionary.
Creates and returns a mutable dictionary, initially giving it enough allocated memory to hold a given number of entries.
Creates an empty dictionary.
The number of entries in the dictionary.
A new array containing the dictionary’s keys, or an empty array if the dictionary has no entries.
A new array containing the dictionary’s values, or an empty array if the dictionary has no entries.
Returns the value associated with a given key.
Returns the value associated with a given key.
A dynamic collection of objects associated with unique keys.