SyntaxFix
Write A Post
Hire A Developer
Questions
Well, you didn't specify which version of .Net you're using.
Assuming you have 3.5, another way is the ElementAt method:
var e = enumerable.ElementAt(0);