foreach (var item in list.Skip(1))
↧
How to skip one item in a loop then take the rest of a sequence
↧
foreach (var item in list.Skip(1))