Ejemplo n.º 1
0
 public Boolean TryGetValueKeyPairByIndex(Int32 index, out KeyValuePair <TValue, TKey> pair)
 {
     return(Reversed.TryGetPair(GetValueByIndex(index), out pair));
 }