How do you convert a dictionary to a ConcurrentDictionary?
I have seen how to convert a ConcurrentDictionary to a Dictionary, but I have a dictionary and would like to convert to a ConcurrentDictionary. How do I do that?… better yet, can i set the link statement to be a ConcurrentDictionary?