Hi all,
I have a dictionary like this:
Dictionary<List <string>, List<string>>
How can I iterate in it?
Thanks very much.
--
Luigi
I have a dictionary like this:
Dictionary<List <string>, List<string>>
How can I iterate in it?
Thanks very much.
--
Luigi
Comment