0

Possible Duplicates:
Visual Studio: How do I show all classes inherited from a base class?
Get all derived types of a type

In visual studio, I am wondering if I can quickly find all the classes whose base is class A?

For example,

I know B derived from A, can I find all other classes derived from A?

Community
  • 1
  • 1
user496949
  • 83,087
  • 147
  • 309
  • 426
  • possible duplicate of [Get all derived types of a type](http://stackoverflow.com/questions/857705/get-all-derived-types-of-a-type), [Tool to Show Class Hierarchies in .NET](http://stackoverflow.com/questions/384406/tool-to-show-class-hierarchies-in-net) – Cody Gray - on strike Jan 25 '11 at 08:14

1 Answers1

1

Hope ReSharper helps

Community
  • 1
  • 1
naveen
  • 53,448
  • 46
  • 161
  • 251