c# Best class to hold a list of values to look up after
Posted
by ase69s
on Stack Overflow
See other posts from Stack Overflow
or by ase69s
Published on 2010-05-20T15:36:56Z
Indexed on
2010/05/20
15:40 UTC
Read the original article
Hit count: 224
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)?
© Stack Overflow or respective owner