ObjectExporter icon indicating copy to clipboard operation
ObjectExporter copied to clipboard

Add support for System.Collections.Hashtable

Open dirq opened this issue 9 years ago • 1 comments

If an object has a property of type Hashtable, the exported output is empty for that property:

new System.Collections.Hashtable { },

dirq avatar Jun 08 '15 18:06 dirq

~~I'll look into this, are you sure it's not an issue with the depth?~~

Verified this issue (this doesn't appear in Dictionaries).

OmarElabd avatar Jun 08 '15 18:06 OmarElabd