C# Class Simple.Testing.Framework.TypeReader

显示文件 Open project: jen20/simple-testing

Public Methods

Method Description
GetSpecificationsIn ( Type t ) : IEnumerable

Private Methods

Method Description
AllFieldSpecifications ( Type t ) : IEnumerable
AllMethodSpecifications ( Type t ) : IEnumerable
CallMethod ( MethodInfo methodInfo ) : object

Method Details

GetSpecificationsIn() public static method

public static GetSpecificationsIn ( Type t ) : IEnumerable
t System.Type
return IEnumerable