ReadOnlyDictionary(TKey,TValue) overview
               
              ReadOnlyDictionary(TKey,TValue)
             | 
            Overloaded. Initializes a new instance of the ReadOnlyDictionary(TKey,TValue) class. | 
 IsReadOnly | Gets a value indicating whether this instance is read only. | 
 Item | Gets or sets the value with the specified key. | 
 Add | Overloaded. Adds the specified key/value pair to this dictionary. | 
 Clear | Clears this dictionary. | 
 Remove | Overloaded. Remove key/value pair with the specified key from this dictionary. | 
ReadOnlyDictionary<TKey, TValue> Class | ComponentOwl.BetterThumbnailBrowser.Collections Namespace