コード例 #1
0
 public IReadOnlySortedList <TKey, T> GetIndexList <TKey>(ISortedIndex <TKey> index)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public IOrderedEnumerable <T> GetSortedValues <TKey>(TKey key, ISortedIndex <TKey> index)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public void AddUniqueSortedIndex <TKey>(ISortedIndex <TKey> index)
 {
     throw new NotImplementedException();
 }