c# add element to list first position and move everything down code example Example: how to add item in list at first position c# List<T>.Insert(0, item);