C# Класс Endjin.Core.Container.TypeExtensions

Показать файл Открыть проект

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

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

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

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

public static GetConstructors ( this type ) : IEnumerable
type this
Результат IEnumerable

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

public static GetInterfaces ( this type ) : IEnumerable
type this
Результат IEnumerable