MSDN: How can I see what inherits/implements a class/interface?
        Posted  
        
            by d03boy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by d03boy
        
        
        
        Published on 2009-10-16T02:07:15Z
        Indexed on 
            2010/04/11
            18:03 UTC
        
        
        Read the original article
        Hit count: 398
        
One thing I really, really miss from Javadoc is the ability to see which classes inherit the class you're looking at. So if you are looking at an abstract class (such as List) then you would be able to see all classes that inherit/implement the class/interface you're looking at. Is this available in the MSDN and I'm just missing it or is this really a missing feature?
© Stack Overflow or respective owner