Dump of enumeration of inherited objects should display actual classes
If I have an enumeration of nodes that can be of type text/html/custom I get the class specific properties in their own columns but there is not indication on the actual class of each line.
When debugging or investigating deep class hierarchies knowing the exact class each line was would be very helpful.
Now one have to determine this through the properties which is not always easy, especially with library code that you have no internal knowledge of.
 David Mårtensson
    
 shared this idea
David Mårtensson
    
 shared this idea
      
    - 
       David Mårtensson
    
 commented David Mårtensson
    
 commentedAn example. 
 An enumeration of Nodes where each node can be of text or number would be listed as "Enumerable<Node>" and the lines show no classname.
