Classes | Public Types | Public Member Functions | List of all members System::Collections::Generic::List< T > Class ......list1->Sort(); // Remove the item at index 2. // The first list items will...be: {-5, 1, 8} list1->RemoveAt(2); // Insert the item to index...