Method GetTypeDescendants
GetTypeDescendants(Type)
Returns list of types which descend from specified type.
public static IEnumerable<Type> GetTypeDescendants(Type type)
Parameters
type
TypeBase type.
Returns list of types which descend from specified type.
public static IEnumerable<Type> GetTypeDescendants(Type type)
type
TypeBase type.