Public Sub DeleteAll()
Delete all members of the dictionary, emptying it
Core
Delete all members of the dictionary, emptying it
Delete the element matching the passed key
Sets the value of the Dictionary element with the specified key to the passed object. Creates a new element if an element with the specified key doesn't exist.
Assigns the value of the Dictionary element with the specified key.
Creates a new element if an element with the specified key doesn't exist.
Returns the value of the Dictionary element with the specified key
Like Item() but if there is no element with the specified key, just returns Null rather than throwing an error.