Method GetAllTypesDerivedFrom
GetAllTypesDerivedFrom<T>()
Returns a list of types that inherit from the provided type.
Declaration
public static IEnumerable<Type> GetAllTypesDerivedFrom<T>()
Returns
| Type | Description | 
|---|---|
| IEnumerable<Type> | A list of types that inherit from the provided type.  | 
    
Type Parameters
| Name | Description | 
|---|---|
| T | Parent Type  |