Hi All,
Sorry for perhaps a rather silly question, but I just can't seem to find this...
I have an ConcurrentDictionary (threaded application), and the threads loop through the items in the dictionary using an For Each loop...
How can I randomize the keys in the ConcurrentDictionary each time after my For Each loop has completed?
Sorry for perhaps a rather silly question, but I just can't seem to find this...
I have an ConcurrentDictionary (threaded application), and the threads loop through the items in the dictionary using an For Each loop...
How can I randomize the keys in the ConcurrentDictionary each time after my For Each loop has completed?