C# 클래스 clipr.IOC.ParameterlessVerbFactory

상속: IVerbFactory
파일 보기 프로젝트 열기: nemec/clipr

공개 메소드들

메소드 설명
CanCreateVerb ( Type objectType ) : bool
GetVerb ( Type objectType ) : object

메소드 상세

CanCreateVerb() 공개 메소드

public CanCreateVerb ( Type objectType ) : bool
objectType System.Type
리턴 bool

GetVerb() 공개 메소드

public GetVerb ( Type objectType ) : object
objectType System.Type
리턴 object