Method GetSortedTypeDescendantsWithFullNames
GetSortedTypeDescendantsWithFullNames(Type)
Returns list of types which descend from specified type. Result is sorted by FullName and uses it as keys.
public static SortedList<string, Type> GetSortedTypeDescendantsWithFullNames(Type type)
Parameters
type
TypeBase type.