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