Tag : interface.
![]() |
Title | User | Language | Tags | Description | Date |
|---|---|---|---|---|---|---|
|
Get a list of types that are derived from a particular base class or interface. | Stephen Smith | C# | list types that derived from particular base class interface. | Code iterates over a list of assemblies (see snippet http://www.codekeep.net/members/snippetedit.aspx?id=17665) looking for descendants of a particular type and with an empty constructor. | March 4, 2010 |

