Exemple #1
0
 private TRowKey LongToKey(long key)
 {
     // ReSharper disable once ImpureMethodCallOnReadonlyValueField
     return(_comparer.Add(default(TRowKey), key));
 }