GetEnumerator Method
Definition
GetEnumerator()
Returns an enumerator that iterates through the collection.
public IEnumerator<DataTransferRow> GetEnumerator()
Returns
- IEnumerator<DataTransferRow>
A IEnumerator<T> that can be used to iterate through the collection.