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