Dictionary.Clear

From Real Software Documentation

Jump to: navigation, search
Method
Dictionary.Clear ( )

Clears all the key-value pairs in the Dictionary.

Example

dim d as new Dictionary
.
.
d.clear
Personal tools