how to add an item to the start of a list in c# code example Example: c# add to start of list myList.Insert(0, listItem);