C# Class Unity.Mvc.Wcf.InterfaceAggregator

Exibir arquivo Open project: gzak/Unity.Mvc.Wcf

Public Methods

Method Description
GetAllInterfaces ( Type interfaceType ) : IEnumerable

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

Private Methods

Method Description
GetAllInterfacesInternal ( Type interfaceType ) : IEnumerable

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

Method Details

GetAllInterfaces() public static method

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.
return IEnumerable