Beispiel #1
0
 public KeyValuePair <TValue, TKey> GetValueKeyPairByIndex(Int32 index)
 {
     return(Reversed.GetPair(GetValueByIndex(index)));
 }