I've got a whole host of values stored in a .net 2.0 hashtable. What I would really like to find is a way to, essentially, do a SQL select statement on the table.
Meaning, I'd like to get a list of keys whose associated values match a very simple text pattern (along the lines of "starts with a number".)
The final goal will be to remove these records from the hashtable for further processing.
I've been beating my head against this for a while now, and I can't seem to come up with anything.
Any ideas?
(On the off chance this matters: due to the realities of this project, any 3rd party widgets or upgrading to a more recent version of .net are off the table.)