I have a map and a dictionary.. How can I merge them and save the output to a datasubset?
Discussion posts and replies are publicly visible
In general I would recommend always casting a dictionary to a map (or even constructing a map from the beginning) rather than using a dictionary. Since maps are strongly typed, they're generally easier to index data and work with in your applications