C# 클래스 ValueUtils.ReflectionHelper

파일 보기 프로젝트 열기: EamonNerbonne/ValueUtils

공개 메소드들

메소드 설명
GetAllFields ( Type type ) : IEnumerable
WalkMeaningfulInheritanceChain ( Type type ) : IEnumerable

메소드 상세

GetAllFields() 공개 정적인 메소드

public static GetAllFields ( Type type ) : IEnumerable
type System.Type
리턴 IEnumerable

WalkMeaningfulInheritanceChain() 공개 정적인 메소드

public static WalkMeaningfulInheritanceChain ( Type type ) : IEnumerable
type System.Type
리턴 IEnumerable