This sample examines the functionality made available to developers via the
Dictionary object. You can think of a Dictionary as an indexed array.
Each piece of data stored in a Dictionary consists of two parts: a
key via which the entry is accessed and
a corresponding item which stores the
data.