C# Class Ninject.Infrastructure.Language.ExtensionsForType

Extension methods for Type.
Mostrar archivo Open project: ninject/Ninject

Public Methods

Method Description
GetAllBaseTypes ( this type ) : IEnumerable

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

Method Details

GetAllBaseTypes() public static method

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