I have the following scenario. I have two collections, one has some items missing. What collection type would be the quickest to find the missing items and insert them?
I have the following scenario. I have two collections, one has some items missing.
Share
HashSet is your friend:
http://msdn.microsoft.com/en-us/library/bb359438.aspx