// You have to convert your code into the traditional foreach: foreach(var item in list) { // Your code here break; // <- As you can see you can break here. }