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

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

공개 메소드들

메소드 설명
AutoObservableProvider ( Func autoValueProviders ) : System
CanProvideValueFor ( Type type ) : bool
GetValue ( Type type ) : object

비공개 메소드들

메소드 설명
GetDefault ( Type type ) : object

메소드 상세

AutoObservableProvider() 공개 메소드

public AutoObservableProvider ( Func autoValueProviders ) : System
autoValueProviders Func
리턴 System

CanProvideValueFor() 공개 메소드

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

GetValue() 공개 메소드

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