Add(TKey key, TValue value) (defined in Loyc.Collections.Impl.DictionaryBase< TKey, TValue >) | Loyc.Collections.Impl.DictionaryBase< TKey, TValue > | pure virtual |
Add(KeyValuePair< TKey, TValue > item) (defined in Loyc.Collections.Impl.DictionaryBase< TKey, TValue >) | Loyc.Collections.Impl.DictionaryBase< TKey, TValue > | inline |
Clear() (defined in Loyc.Collections.Impl.DictionaryBase< TKey, TValue >) | Loyc.Collections.Impl.DictionaryBase< TKey, TValue > | pure virtual |
Contains(KeyValuePair< TKey, TValue > item) (defined in Loyc.Collections.Impl.DictionaryBase< TKey, TValue >) | Loyc.Collections.Impl.DictionaryBase< TKey, TValue > | inline |
ContainsKey(TKey key) (defined in Loyc.Collections.Impl.DictionaryBase< TKey, TValue >) | Loyc.Collections.Impl.DictionaryBase< TKey, TValue > | pure virtual |
CopyTo(KeyValuePair< TKey, TValue >[] array, int arrayIndex) (defined in Loyc.Collections.Impl.DictionaryBase< TKey, TValue >) | Loyc.Collections.Impl.DictionaryBase< TKey, TValue > | inline |
Count (defined in Loyc.Collections.Impl.DictionaryBase< TKey, TValue >) | Loyc.Collections.Impl.DictionaryBase< TKey, TValue > | |
GetEnumerator() (defined in Loyc.Collections.Impl.DictionaryBase< TKey, TValue >) | Loyc.Collections.Impl.DictionaryBase< TKey, TValue > | pure virtual |
IsReadOnly (defined in Loyc.Collections.Impl.DictionaryBase< TKey, TValue >) | Loyc.Collections.Impl.DictionaryBase< TKey, TValue > | |
Keys (defined in Loyc.Collections.Impl.DictionaryBase< TKey, TValue >) | Loyc.Collections.Impl.DictionaryBase< TKey, TValue > | |
Remove(TKey key) (defined in Loyc.Collections.Impl.DictionaryBase< TKey, TValue >) | Loyc.Collections.Impl.DictionaryBase< TKey, TValue > | pure virtual |
Remove(KeyValuePair< TKey, TValue > item) (defined in Loyc.Collections.Impl.DictionaryBase< TKey, TValue >) | Loyc.Collections.Impl.DictionaryBase< TKey, TValue > | inline |
SetValue(TKey key, TValue value) | Loyc.Collections.Impl.DictionaryBase< TKey, TValue > | protectedpure virtual |
this[TKey key] (defined in Loyc.Collections.Impl.DictionaryBase< TKey, TValue >) | Loyc.Collections.Impl.DictionaryBase< TKey, TValue > | |
TryGetValue(TKey key, out TValue value) (defined in Loyc.Collections.Impl.DictionaryBase< TKey, TValue >) | Loyc.Collections.Impl.DictionaryBase< TKey, TValue > | pure virtual |
Values (defined in Loyc.Collections.Impl.DictionaryBase< TKey, TValue >) | Loyc.Collections.Impl.DictionaryBase< TKey, TValue > | |