How would I go about doing this?
Would I have to go through each item removing it?
Is there a .Reset() sort of sub-function?
Or can I just do something this easy...
... and would that be be fine?
Would I have to go through each item removing it?
Is there a .Reset() sort of sub-function?
Or can I just do something this easy...
Code:
List<string> sMyList = new List<string>();
Comment