Beispiel #1
0
 public bool TryGetValue(TKey key, out IList <TValue> value)
 {
     return(map.TryGetValue(key, out value));
 }
Beispiel #2
0
 /// <inheritdoc />
 public bool TryGetValue(string key, out IList <string> value)
 {
     return(contents.TryGetValue(key, out value));
 }