Operation Name | Description |
Add | Adds an item to dictionary with specified key. Key is string data type. If an item already exists with the specified key, the item's value will get overwritten by the new value. |
GetKeys | Gets all keys in the dictionary as list of strings |
GetValue | Gets the item from dictionary for specified key. Key is string data type |
GetValues | Gets all items from dictionary as list |
Remove | Removes entry from dictionary |
Dictionary Operation Procedures
Updated
- Updated on Feb 23, 2026
- Published on Jan 29, 2026
- 1 minute(s) read
Was this article helpful?