How to go to particular Item in IEnumerable
- by Subhen
Hi,
I have Ienum which contains number Data inside it.
Attached the snapShot of Viual Studio, Enum that Contains Data:
Just to brief about the above image, eLevelData is the IEnumerable variable, in which I have my data .
Now I want to go to the data at index 4 or 5, but I don't want to use foreach loop. Any suggestions please.
Thanks,
Subhen