Exemple #1
0
 public int BinarySearch(T item)
 {
     return(IntLong.ToInt(inner.BinarySearch(item)));
 }