ImageResizer  3.4.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Properties | List of all members
ImageResizer.Collections.ReadOnlyDictionary< TKey, TValue > Class Template Reference
Inheritance diagram for ImageResizer.Collections.ReadOnlyDictionary< TKey, TValue >:
Inheritance graph
[legend]
Collaboration diagram for ImageResizer.Collections.ReadOnlyDictionary< TKey, TValue >:
Collaboration graph
[legend]

Public Member Functions

 ReadOnlyDictionary (IDictionary< TKey, TValue > dictionary)
 
void Add (TKey key, TValue value)
 
bool ContainsKey (TKey key)
 
bool Remove (TKey key)
 
bool TryGetValue (TKey key, out TValue value)
 
void Add (KeyValuePair< TKey, TValue > item)
 
void Clear ()
 
bool Contains (KeyValuePair< TKey, TValue > item)
 
void CopyTo (KeyValuePair< TKey, TValue >[] array, int arrayIndex)
 
bool Remove (KeyValuePair< TKey, TValue > item)
 
IEnumerator< KeyValuePair
< TKey, TValue > > 
GetEnumerator ()
 

Properties

ICollection< TKey > Keys [get]
 
ICollection< TValue > Values [get]
 
TValue this[TKey key] [get, set]
 
int Count [get]
 
bool IsReadOnly [get]
 

Detailed Description

Definition at line 6 of file ReadOnlyDictionary.cs.


The documentation for this class was generated from the following file: