Is there a way to test if an object is a dictionary?
In a method I\'m trying to get a value from a selected item in a list box. In some circumstances, the list box
You could be a little more generic and ask instead if it implements IDictionary. Then the KeyValue collection will contina plain Objects.
IDictionary
Objects