C# Class Ninject.Infrastructure.Language.ExtensionsForType

Extension methods for Type.
Afficher le fichier Open project: ninject/Ninject

Méthodes publiques

Méthode Description
GetAllBaseTypes ( this type ) : IEnumerable

Gets an enumerable containing the given type and all its base types

Method Details

GetAllBaseTypes() public static méthode

Gets an enumerable containing the given type and all its base types
public static GetAllBaseTypes ( this type ) : IEnumerable
type this The type.
Résultat IEnumerable