C# Class Unity.Mvc.Wcf.InterfaceAggregator

Afficher le fichier Open project: gzak/Unity.Mvc.Wcf

Méthodes publiques

Méthode Description
GetAllInterfaces ( Type interfaceType ) : IEnumerable

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

Private Methods

Méthode Description
GetAllInterfacesInternal ( Type interfaceType ) : IEnumerable

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

Method Details

GetAllInterfaces() public static méthode

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.
Résultat IEnumerable