Lecture overview -- Keyboard shortcut: 'u'  Previous page: Overview of Generic Dictionaries in C# -- Keyboard shortcut: 'p'  Next page: Overview of the class <b><kbd>Dictionary<K,V></kbd></b> -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Collection Classes - slide 25 : 36

The interface IDictionary<K,V>
The interface IDictionary<K,V> is a subinterface of ICollection<KeyValuePair<K,V>>