Пример #1
0
 public bool NearestLess(int position, out int nearestStart)
 {
     return(inner.NearestLess(position, out nearestStart));
 }