How to go to particular Item in IEnumerable

Posted by Subhen on Stack Overflow See other posts from Stack Overflow or by Subhen
Published on 2010-05-26T10:30:56Z Indexed on 2010/05/26 10:31 UTC
Read the original article Hit count: 162

Filed under:
|
|
|

Hi,

I have Ienum which contains number Data inside it.

Attached the snapShot of Viual Studio, Enum that Contains Data:

alt text

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

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET