C# Класс Revenj.Utility.TypeUtility

Utility for working with reflection
Показать файл Открыть проект

Открытые методы

Метод Описание
GetTypeHierarchy ( this startType ) : List

Get type hierarchy for specified type. All interfaces and base types will be returned. Result will be cached.

Описание методов

GetTypeHierarchy() публичный статический Метод

Get type hierarchy for specified type. All interfaces and base types will be returned. Result will be cached.
public static GetTypeHierarchy ( this startType ) : List
startType this specified type
Результат List