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