C# 클래스 Machine.Specifications.AutoMocking.Core.Extensions.TypeExtensions

파일 보기 프로젝트 열기: jamesbroome/Machine.Specifications.AutoMocking

공개 메소드들

메소드 설명
greediest_constructor ( this type ) : ConstructorInfo
proper_name ( this type ) : string

메소드 상세

greediest_constructor() 공개 정적인 메소드

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

proper_name() 공개 정적인 메소드

public static proper_name ( this type ) : string
type this
리턴 string