L
localhost
I have a HybridDictionary with 120 key/value pairs. I want to get
pair #120, but if I use GetEnumerator() then I will have to traverse
everything to get the last one... How can I read from the bottom?
Thanks.
pair #120, but if I use GetEnumerator() then I will have to traverse
everything to get the last one... How can I read from the bottom?
Thanks.