// Methods internal DictionaryEnumerator(ChoConcurrentDictionary <TKey1, TValue1> dictionary) { _enumerator = dictionary.GetEnumerator(); }
// Methods public ConcurrentDictionaryEnumerator(ChoConcurrentDictionary <TKey, TValue> dictionary) { _state = 0; _dictionary = dictionary; }