Exemplo n.º 1
0
 public Boolean TryGetKey([NotNull] TValue key, out TKey value)
 {
     return(Reversed.TryGetValue(key, out value));
 }