This is the complete list of members for System.Collections.Generic.LowLevelDictionary< TKey, TValue >, including all inherited members.
_buckets | System.Collections.Generic.LowLevelDictionary< TKey, TValue > | private |
_comparer | System.Collections.Generic.LowLevelDictionary< TKey, TValue > | private |
_numEntries | System.Collections.Generic.LowLevelDictionary< TKey, TValue > | private |
_version | System.Collections.Generic.LowLevelDictionary< TKey, TValue > | private |
Clear(int capacity=17) | System.Collections.Generic.LowLevelDictionary< TKey, TValue > | inline |
ExpandBuckets() | System.Collections.Generic.LowLevelDictionary< TKey, TValue > | inlineprivate |
Find(TKey key) | System.Collections.Generic.LowLevelDictionary< TKey, TValue > | inlineprivate |
GetBucket(TKey key, int numBuckets=0) | System.Collections.Generic.LowLevelDictionary< TKey, TValue > | inlineprivate |
LowLevelDictionary() | System.Collections.Generic.LowLevelDictionary< TKey, TValue > | inline |
LowLevelDictionary(int capacity, IEqualityComparer< TKey > comparer) | System.Collections.Generic.LowLevelDictionary< TKey, TValue > | inline |
Remove(TKey key) | System.Collections.Generic.LowLevelDictionary< TKey, TValue > | inline |
this[TKey key] | System.Collections.Generic.LowLevelDictionary< TKey, TValue > | |
UncheckedAdd(TKey key, TValue value) | System.Collections.Generic.LowLevelDictionary< TKey, TValue > | inlineprivate |