Home
last modified time | relevance | path

Searched defs:DictionaryEnumerator (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Collections/
DMapField.cs551 private class DictionaryEnumerator : IDictionaryEnumerator class in Google.Protobuf.Collections.MapField
555 internal DictionaryEnumerator(IEnumerator<KeyValuePair<TKey, TValue>> enumerator) in DictionaryEnumerator() method in Google.Protobuf.Collections.MapField.DictionaryEnumerator