C# Class NSubstitute.Routing.AutoValues.AutoObservableProvider

Inheritance: IAutoValueProvider
Afficher le fichier Open project: nsubstitute/NSubstitute

Méthodes publiques

Méthode Description
AutoObservableProvider ( Func autoValueProviders ) : System
CanProvideValueFor ( Type type ) : bool
GetValue ( Type type ) : object

Private Methods

Méthode Description
GetDefault ( Type type ) : object

Method Details

AutoObservableProvider() public méthode

public AutoObservableProvider ( Func autoValueProviders ) : System
autoValueProviders Func
Résultat System

CanProvideValueFor() public méthode

public CanProvideValueFor ( Type type ) : bool
type System.Type
Résultat bool

GetValue() public méthode

public GetValue ( Type type ) : object
type System.Type
Résultat object