C# Класс Ninject.Infrastructure.Language.ExtensionsForType

Extension methods for Type.
Показать файл Открыть проект

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

Метод Описание
GetAllBaseTypes ( this type ) : IEnumerable

Gets an enumerable containing the given type and all its base types

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

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

Gets an enumerable containing the given type and all its base types
public static GetAllBaseTypes ( this type ) : IEnumerable
type this The type.
Результат IEnumerable