c# Best class to hold a list of values to look up after
- by ase69s
I have a list of values that i need to check against a constant list to know wheter they are present or not (one by one).
Im using a dictionary buy it doesnt seem logical to have the value two times (key, value)...isnt there any class specialized for this case (and faster if possible)?