Is there a quick way to convert a Generic Dictionary from one type to another
I have this
IDictionary _commands;
Can't you use
Dim myDictionary AS New Dictionary(Of Object, Object)
This would then be able to accept any types