Keys: ICollection;
The Keys property returns the collection of dictionary keys.
To work with the collection of glossary keys, use the For Each cycle.
The example of use is given in description of the Add method.
See also:
IDictionary