To open a Basic Inspector on keys in the dictionary that you created in Inspecting your own dictionary, select the key #date; then select Basic Inspect from the Variables menu.To open a Basic Inspector on self, where self is the dictionary, evaluate self basicInspect in the value pane. The Basic Inspector that opens shows the instance variables elementCount and elements. Both variables are instance variables of the class Dictionary.
|