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...