A
Andrew G. J. Fung
Is there a way to get a nice listing of the subclasses of a base
class, or the implementors of an interface? I don't want to a
text-based codebase search (e.g. grep with a particular regex), I'm
looking for something more accurate like a browser in VS.Net or the
"All Known Implementing Classes" section of a JavaDoc.
This is C# btw.
I've tried NDoc to convert the XML docs from csc to JavaDoc, but no
luck there.
Thanks!
Andrew.
class, or the implementors of an interface? I don't want to a
text-based codebase search (e.g. grep with a particular regex), I'm
looking for something more accurate like a browser in VS.Net or the
"All Known Implementing Classes" section of a JavaDoc.
This is C# btw.
I've tried NDoc to convert the XML docs from csc to JavaDoc, but no
luck there.
Thanks!
Andrew.