|
| void | AddRange (IEnumerable< KeyValuePair< TKey, TValue > > collection) |
| |
| 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 | 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 | CopyEntries (Entry[] entries, int count) |
| |
| void IDictionary. | Add (object key, object value) |
| |
| bool IDictionary. | Contains (object key) |
| |
| IDictionaryEnumerator IDictionary. | GetEnumerator () |
| |
| void IDictionary. | Remove (object key) |
| |
| ref int | GetBucket (uint hashCode) |
| |
Definition at line 13 of file Dictionary.cs.