Searched defs:enumerator (Results 1 – 1 of 1) sorted by relevance
553 private readonly IEnumerator<KeyValuePair<TKey, TValue>> enumerator; field in Google.Protobuf.Collections.MapField.DictionaryEnumerator555 internal DictionaryEnumerator(IEnumerator<KeyValuePair<TKey, TValue>> enumerator) in DictionaryEnumerator()