I have a NameValueCollection with string keys and string values, like this:
fields["fieldname"] = "string value"
When I add a WATCH in VS20217 for "fields" it lets me expand a list of keys, but I don't seem to be able to get to the values unless I add an individual watch for each key.
I seem to recall doing this thing in the past but can't recall the method. Can anybody help?