C# Class NSubstitute.Routing.AutoValues.AutoObservableProvider

Inheritance: IAutoValueProvider
Show file Open project: nsubstitute/NSubstitute

Public Methods

Method Description
AutoObservableProvider ( Func autoValueProviders ) : System
CanProvideValueFor ( Type type ) : bool
GetValue ( Type type ) : object

Private Methods

Method Description
GetDefault ( Type type ) : object

Method Details

AutoObservableProvider() public method

public AutoObservableProvider ( Func autoValueProviders ) : System
autoValueProviders Func
return System

CanProvideValueFor() public method

public CanProvideValueFor ( Type type ) : bool
type System.Type
return bool

GetValue() public method

public GetValue ( Type type ) : object
type System.Type
return object