C# Класс Unity.Mvc.Wcf.InterfaceAggregator

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

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

Метод Описание
GetAllInterfaces ( Type interfaceType ) : IEnumerable

Gets a collection containing the given interface and all its inherited interfaces, without duplicates.

Приватные методы

Метод Описание
GetAllInterfacesInternal ( Type interfaceType ) : IEnumerable

Recursively gets a collection containing the given interface and all its inherited interfaces.

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

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

Gets a collection containing the given interface and all its inherited interfaces, without duplicates.
public static GetAllInterfaces ( Type interfaceType ) : IEnumerable
interfaceType System.Type The interface to process.
Результат IEnumerable