Dictionary.Clear

From Xojo Documentation

Method

Dictionary.Clear()

Supported on Desktop, Web, Console.

Clears all the key-value pairs in the Dictionary.

Sample Code

Dim d As New Dictionary
.
.
d.Clear