I need to build up a List<object> and cache the list and be able to append to it. I also need to be able to blow it away easily and recreate it. What is a simple way to accomplish this?
I need to build up a List<object> and cache the list and be able
Share
Something like this perhaps?
As for how to use…..