Home
last modified time | relevance | path

Searched +defs:array +defs:Values (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
DMapField.cs205 … public ICollection<TValue> Values => new MapView<TValue>(this, pair => pair.Value, ContainsValue); field in Google.Protobuf.Collections.MapField
279 …void ICollection<KeyValuePair<TKey, TValue>>.CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayI… in CopyTo()
551 void ICollection.CopyTo(Array array, int index) in ICollection.CopyTo()
682 public void CopyTo(T[] array, int arrayIndex) in CopyTo()
707 public void CopyTo(Array array, int index) in CopyTo()