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.cs225 …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.MapField
679 internal MapView( in MapView() method in Google.Protobuf.Collections.MapField.MapView