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