I have a list which contains some items of type string.
List lstOriginal;
I have another list which contains idices which sh
for (int i = 0; i < indices.Count; i++) { items.RemoveAt(indices[i] - i); }