Is there any data structure in C# that is like a dictionary but that only has a key and doesn\'t have a value. I basically want a list of integers that I can quickly lookup and
If you're not targeting .NET 3.5, Power Collections (open source) also provides a Set implementation.