I want to empty a list. How to do that?
You can use the clear method
List test = new List(); test.Clear();