Exemple #1
0
 internal FasterDictionaryKeys(FasterDictionary <TKey, TValue> dic) : this()
 {
 }
Exemple #2
0
 public FasterDictionaryKeyValueEnumerator(FasterDictionary <TKey, TValue> dic) : this()
 {
     _dic   = dic;
     _index = -1;
     _count = dic.Count;
 }