Example #1
0
 public int IndexOf(T item)
 {
     return(ReadOperation.IndexOf(item));
 }