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 can check to see if it implements IDictionary. You'll just have to enumerate over using the DictionaryEntry class.