Пример #1
0
 /// <summary>
 /// 获取记录数量
 /// </summary>
 /// <returns></returns>
 public long Count()
 {
     return(SortedSet.GetLongCount());
 }