Dictionaries
Last updated
Was this helpful?
Last updated
Was this helpful?
Dictionaries
Map data with keys that index values.
- Generate a dictionary with defined key and value types.
- Object that maps unique keys to values.
- Key-value pairs of dictionary.
- Add entries to a dictionary.
- Check if dictionary has types assigned to keys and values.
- Check if dictionary contains key
- Create a hash code for a dictionary key.
- Check whether two dictionary keys are same.
- Keys of dictionary.
- Find value in dictionary by key.
- Number of key-value pairs in dictionary.
- Remove dictionary entries.
- Types of dictionary keys and values.
- Values of dictionary.