|
| DictionaryWrapper (IDictionary dictionary) |
|
| DictionaryWrapper (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 () |
|
void | Remove (object key) |
|
void | Add (T item) |
|
bool | Remove (T item) |
|
bool | Contains (T item) |
|
void | CopyTo (T[] array, int arrayIndex) |
|
void | Add (T item) |
|
bool | Contains (T item) |
|
void | CopyTo (T[] array, int arrayIndex) |
|
bool | Remove (T item) |
|
void | CopyTo (global::System.Array array, int index) |
|
void | Add (T item) |
|
bool | Contains (T item) |
|
void | CopyTo (T[] array, int arrayIndex) |
|
bool | Remove (T item) |
|
|
ICollection< TKey > | Keys [get, set] |
|
ICollection< TValue > | Values [get, set] |
|
TValue | this[TKey key] [get, set] |
|
int | Count [get, set] |
|
bool | IsReadOnly [get, set] |
|
object System.Collections.IDictionary. | Item [get, set] |
|
bool System.Collections.IDictionary. | IsFixedSize [get, set] |
|
ICollection System.Collections.IDictionary. | Keys [get, set] |
|
ICollection System.Collections.IDictionary. | Values [get, set] |
|
bool System.Collections.ICollection. | IsSynchronized [get, set] |
|
object System.Collections.ICollection. | SyncRoot [get, set] |
|
object | UnderlyingDictionary [get, set] |
|
object | this[object key] [get, set] |
|
Definition at line 15 of file DictionaryWrapper.cs.
The documentation for this class was generated from the following file: