IDictionary.Keys

Syntax

Keys: ICollection;

Description

The Keys property returns an object that contains the collection of glossary 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