Clear Function
Removes all keys and values from the dictionary.
Syntax
[C#]
virtual void Clear()
Params
Name
Description
none
Notes
Removes all keys and values from the dictionary.
Example
None.