C# 클래스 Unity.Mvc.Wcf.InterfaceAggregator

파일 보기 프로젝트 열기: gzak/Unity.Mvc.Wcf

공개 메소드들

메소드 설명
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