var words = new List(); // Warning: insterting into a List can be very slow // Insert a string at index 3 names.Insert(3, "Hello!");