Table of Contents

Method GetTypeDescendants

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

GetTypeDescendants(Type)

Returns list of types which descend from specified type.

public static IEnumerable<Type> GetTypeDescendants(Type type)

Parameters

type Type

Base type.

Returns

IEnumerable<Type>