IDictionary.Keys

Syntax

Keys: ICollection;

Description

The Keys property returns the collection of dictionary keys.

Comments

To work with the collection of glossary keys, use the For Each cycle.

Example

The example of use is given in description of the Add method.

See also:

IDictionary