C# 클래스 NSubstitute.Routing.AutoValues.AutoQueryableProvider

상속: IAutoValueProvider
파일 보기 프로젝트 열기: nsubstitute/NSubstitute

공개 메소드들

메소드 설명
CanProvideValueFor ( Type type ) : bool
GetValue ( Type type ) : object

메소드 상세

CanProvideValueFor() 공개 메소드

public CanProvideValueFor ( Type type ) : bool
type System.Type
리턴 bool

GetValue() 공개 메소드

public GetValue ( Type type ) : object
type System.Type
리턴 object