class dictionary

Erweitert:

Implements:

This class provides a map-like data structure that can efficiently store key/value pairs. The dictionary class maps the key namespace to the property namespace for the object instance so that you can utilize GetProperty and SetProperty to get/set key value pairs.

The class implements simpleDictionary protocol.

Methoden