I have a collection of objects in a generic list.
I am wondering what is the the best way to navigate this collection. I want to do operations such as "MoveNext", "MovePrevious" etc.
Basically my collection is a number of steps in a flow and I want to be able to move along the steps.
Is there a c# equivalent of MoveNext and MovePrevious in Sql