Home
last modified time | relevance | path

Searched refs:MapView (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/Collections/
DMapField.cs228 …public ICollection<TKey> Keys { get { return new MapView<TKey>(this, pair => pair.Key, ContainsKey…
233 …public ICollection<TValue> Values { get { return new MapView<TValue>(this, pair => pair.Value, Con…
684 private class MapView<T> : ICollection<T>, ICollection class in Google.Protobuf.Collections.MapField
690 internal MapView( in MapView() method in Google.Protobuf.Collections.MapField.MapView