示例#1
0
 public IEnumerable <int> GetDuplicates(T key)
 {
     // get duplicates from index
     return(_index.GetDuplicates(key));
 }