how to Move to the next row within a foreach,
How to move to the next row within in a foreach
foreach (var row in TemCodes)
{
//Get test start time by operation
if (row.Code== "0001")
{
I want to move to the row
then move again
then move one more time
StartingTime = GetTime(0001, 0002, 0003);
}
}