I'm using Lookup class in C# as my prime data container for the user to select values from two Checked List boxes.
The Lookup class is far easier to use than using the class Dictionary>, however I cannot find methods for removing and adding values to a lookup class.
I thought about using the where and the union, but i cant seem to get it right.
Thanks in advance.