C# 클래스 TypeInheritanceExtension, extensions

Provides the GetInheritanceTree(Type) extension method to retrieve inheritance tree information for a type.
파일 보기 프로젝트 열기: netfx/extensions

공개 메소드들

메소드 설명
GetInheritanceTree ( this type ) : TypeInheritance

Gets the exact inheritance tree information for the given type. The first element in the inheritance is the received type itself.

비공개 메소드들

메소드 설명
GetInheritanceTree ( this type, int distance ) : TypeInheritance

메소드 상세

GetInheritanceTree() 공개 정적인 메소드

Gets the exact inheritance tree information for the given type. The first element in the inheritance is the received type itself.
public static GetInheritanceTree ( this type ) : TypeInheritance
type this
리턴 TypeInheritance