H
Henrik Bach
So, the Compact Framework version of all the Collection classes does not
support the property Item. So how the hell can I get the value object from a
hashtable with a given key? I can ask if the key is in the hashtable (by
using the Contains method), but without the Item property I don't know how
to get the value object associated with the key. Can somebody help? Ok, I
can iterate through the whole hashtable to find what I want, but then I
might as well implement my own collection from scratch.
Thanks,
Henrik Bach
support the property Item. So how the hell can I get the value object from a
hashtable with a given key? I can ask if the key is in the hashtable (by
using the Contains method), but without the Item property I don't know how
to get the value object associated with the key. Can somebody help? Ok, I
can iterate through the whole hashtable to find what I want, but then I
might as well implement my own collection from scratch.
Thanks,
Henrik Bach