|
| DictionaryDisposable (IEqualityComparer< TKey > comparer) |
|
void | Add (TKey key, TValue value) |
|
void | Clear () |
|
bool | Remove (TKey key) |
|
bool | ContainsKey (TKey key) |
|
bool | TryGetValue (TKey key, out TValue value) |
|
Dictionary< TKey, TValue >.Enumerator | GetEnumerator () |
|
void | GetObjectData (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) |
|
void | OnDeserialization (object sender) |
|
void | Dispose () |
|
|
TValue | this[TKey key] [get, set] |
|
int | Count [get] |
|
Dictionary< TKey, TValue >.KeyCollection | Keys [get] |
|
Dictionary< TKey, TValue >.ValueCollection | Values [get] |
|
The documentation for this class was generated from the following file: