C# Класс LinFu.Proxy.InterfaceExtractor

Наследование: IExtractInterfaces
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetInterfaces ( Type currentType, HashSet interfaceList ) : void

Determines which interfaces a given type should implement.

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

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

Determines which interfaces a given type should implement.
public GetInterfaces ( Type currentType, HashSet interfaceList ) : void
currentType System.Type The base type that holds the list of interfaces to implement.
interfaceList HashSet The list of interfaces already being implemented.
Результат void