C# Class NSubstitute.Routing.AutoValues.AutoQueryableProvider

Inheritance: IAutoValueProvider
显示文件 Open project: nsubstitute/NSubstitute

Public Methods

Method Description
CanProvideValueFor ( Type type ) : bool
GetValue ( Type type ) : object

Method Details

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