C# Class Machine.Specifications.AutoMocking.Core.Extensions.TypeExtensions

显示文件 Open project: jamesbroome/Machine.Specifications.AutoMocking

Public Methods

Method Description
greediest_constructor ( this type ) : ConstructorInfo
proper_name ( this type ) : string

Method Details

greediest_constructor() public static method

public static greediest_constructor ( this type ) : ConstructorInfo
type this
return System.Reflection.ConstructorInfo

proper_name() public static method

public static proper_name ( this type ) : string
type this
return string