Method
Dictionary.Clear
Warning
This item was deprecated in version 2019r2. Please use Dictionary.RemoveAll as a replacement.
Description
Clears all the key-value pairs in the Dictionary.
Sample code
Dim d As New Dictionary
.
.
d.Clear
Compatibility
All project types on all supported operating systems.