Searched defs:TryGetValue (Results 1 – 4 of 4) sorted by relevance
112 function TryGetValue(const Key: TKey; out Value: TValue): Boolean; in TryGetValue() function261 function THashList<TKey, TValue>.TryGetValue(const Key: TKey; in THashList() function
836 function TDictionary<TKey,TValue>.TryGetValue(const Key: TKey; out Value: TValue): Boolean; in TryGetValue() function
71 public bool TryGetValue(TKey key, out TValue value) in TryGetValue() method in Google.Protobuf.Collections.ReadOnlyDictionary
169 public bool TryGetValue(TKey key, out TValue value) in TryGetValue() method in Google.Protobuf.Collections.MapField