Exemplo n.º 1
0
 public int IndexOf(TChildRow item)
 {
     return(rows.IndexOf(item));
 }
Exemplo n.º 2
0
 public int IndexOf(TChildRow row)
 {
     return(inner.IndexOf(row));
 }