/// <summary>
 /// Report the number of items in the specified range of the wrapped collection
 /// </summary>
 /// <param name="bot"></param>
 /// <returns></returns>
 public int CountFrom(T bot)
 {
     return(indexedsorted.CountFrom(bot));
 }