﻿<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://developers.de/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Remove items from a List&amp;lt;T&amp;gt; while enumerating</title><link />http://developers.de/blogs/bahro/archive/2014/12/03/remove-items-from-a-list-lt-t-gt-while-enumerating.aspx<description>Here is a simple way to remove items from currently enumerated list. Put the list in while loop and make a manual index counter ( var ind=0 ). Within while loop, every time items is removed decrease the index counter, otherwise increase the index. private</description><dc:language>en</dc:language><generator>CommunityServer 2008 SP1 (Build: 30619.63)</generator></channel></rss>