|
void ICollection< KeyValuePair< TKey, TValue > >. | Add (KeyValuePair< TKey, TValue > keyValuePair) |
|
bool ICollection< KeyValuePair< TKey, TValue > >. | Contains (KeyValuePair< TKey, TValue > keyValuePair) |
|
bool ICollection< KeyValuePair< TKey, TValue > >. | Remove (KeyValuePair< TKey, TValue > keyValuePair) |
|
void | CopyTo (KeyValuePair< TKey, TValue >[] array, int index) |
|
IEnumerator< KeyValuePair< TKey, TValue > > IEnumerable< KeyValuePair< TKey, TValue > >. | GetEnumerator () |
|
int | FindEntry (TKey key) |
|
int | Initialize (int capacity) |
|
bool | TryInsert (TKey key, TValue value, InsertionBehavior behavior) |
|
void | Resize () |
|
void | Resize (int newSize, bool forceNewHashCodes) |
|
void ICollection< KeyValuePair< TKey, TValue > >. | CopyTo (KeyValuePair< TKey, TValue >[] array, int index) |
|
void ICollection. | CopyTo (Array array, int index) |
|
IEnumerator IEnumerable. | GetEnumerator () |
|
void IDictionary. | Add (object key, object value) |
|
bool IDictionary. | Contains (object key) |
|
IDictionaryEnumerator IDictionary. | GetEnumerator () |
|
void IDictionary. | Remove (object key) |
|
Definition at line 14 of file Dictionary.cs.