IDictionary.Values

Syntax

Values: ICollection;

Description

The Values property returns the object that contains the collection glossary element values.

Comments

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

Example

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

See also:

IDictionary