System.Collections.IDictionary and System.Collections.Generic.IDictionary
System.Collections.IDictionary
and System.Collections.Generic.IDictionary<TKey, TValue>
interfaces in the BCL (Base Class Library) of the .NET framework represent a collection of key-value pairs.
MSDN links: