C# 클래스 Simple.Testing.Framework.TypeReader

파일 보기 프로젝트 열기: jen20/simple-testing

공개 메소드들

메소드 설명
GetSpecificationsIn ( Type t ) : IEnumerable

비공개 메소드들

메소드 설명
AllFieldSpecifications ( Type t ) : IEnumerable
AllMethodSpecifications ( Type t ) : IEnumerable
CallMethod ( MethodInfo methodInfo ) : object

메소드 상세

GetSpecificationsIn() 공개 정적인 메소드

public static GetSpecificationsIn ( Type t ) : IEnumerable
t System.Type
리턴 IEnumerable