L
Luigi
Hi all,
I have a Dictionary like this:
Dictionary<string, Object>
and I need to retrieve the index (0,1,2, etc) of a particular key (based on
dictionary insertion).
How can I accomplish this?
Thanks in advance.
I have a Dictionary like this:
Dictionary<string, Object>
and I need to retrieve the index (0,1,2, etc) of a particular key (based on
dictionary insertion).
How can I accomplish this?
Thanks in advance.