Table of Contents

Method GetSortedTypeDescendantsWithFullNames

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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 Type

Base type.

Returns

SortedList<string, Type>