IndexOf Method
Definition
IndexOf(DataTransferRow)
Determines the index of a specific item in the IList<T>.
public int IndexOf(DataTransferRow item)
Parameters
itemDataTransferRowThe object to locate in the IList<T>.
Returns
- int
The index of
itemif found in the list; otherwise, -1.