Exemplo n.º 1
0
 public int IndexOf(string item)
 {
     return(_coll.IndexOf(item));
 }