C# Class NSubstitute.Routing.AutoValues.AutoQueryableProvider

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

Méthodes publiques

Méthode Description
CanProvideValueFor ( Type type ) : bool
GetValue ( Type type ) : object

Method Details

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