Searched refs:MapView (Results 1 – 1 of 1) sorted by relevance
225 …public ICollection<TKey> Keys { get { return new MapView<TKey>(this, pair => pair.Key, ContainsKey…230 …public ICollection<TValue> Values { get { return new MapView<TValue>(this, pair => pair.Value, Con…673 private class MapView<T> : ICollection<T>, ICollection class in Google.Protobuf.Collections.MapField679 internal MapView( in MapView() method in Google.Protobuf.Collections.MapField.MapView