C# 클래스 SpecFlow.AutoMocking.Core.Extensions.TypeExtensions

파일 보기 프로젝트 열기: jongeorge1/SpecFlow.AutoMocking

공개 메소드들

메소드 설명
GreediestConstructor ( this type ) : ConstructorInfo
ProperName ( this type ) : string

메소드 상세

GreediestConstructor() 공개 정적인 메소드

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

ProperName() 공개 정적인 메소드

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