Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
DReadOnlyDictionary.cs76 public ICollection<TValue> Values property in Google.Protobuf.Collections.ReadOnlyDictionary
102 public void CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayIndex) in CopyTo()
DMapField.cs235 …public ICollection<TValue> Values { get { return new MapView<TValue>(this, pair => pair.Value, Con… property in Google.Protobuf.Collections.MapField
306 …void ICollection<KeyValuePair<TKey, TValue>>.CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayI… in CopyTo()
562 void ICollection.CopyTo(Array array, int index) in ICollection.CopyTo()
793 public void CopyTo(T[] array, int arrayIndex) in CopyTo()
824 public void CopyTo(Array array, int index) in CopyTo()