so i have a list where i need to add new values constantly but when i do i need to increment it and insert it in between two values.
List initiali
Use List.Insert:
initializers.Insert(index, value);