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