C# 클래스 Ninject.Infrastructure.Language.ExtensionsForType

Extension methods for Type.
파일 보기 프로젝트 열기: ninject/Ninject

공개 메소드들

메소드 설명
GetAllBaseTypes ( this type ) : IEnumerable

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

메소드 상세

GetAllBaseTypes() 공개 정적인 메소드

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