Tracking Changes to Generic Collections
I'm writing an app that makes heavy use of Generic collections, and I'm needing to keep track of objects that are added or deleted. Is there a built-in object that supports this already? I'm about 3/4 of the way finished with my own inherited class that does the trick, but I wanted to throw it out there, in case I'm wasting my time. Thanks guys!
UPDATE: I was up late last night writing some great code that totally does the trick, I'll post it as soon as I'm done commenting it all out.