C# Class NSubstitute.Core.Argument

Afficher le fichier Open project: nsubstitute/NSubstitute

Méthodes publiques

Méthode Description
Argument ( Type declaredType, Func getValue, Action setValue ) : System
CanSetValueWithInstanceOf ( Type type ) : bool
IsDeclaredTypeEqualToOrByRefVersionOf ( Type type ) : bool
IsValueAssignableTo ( Type type ) : bool

Private Methods

Méthode Description
AsNonByRefType ( Type type ) : Type

Method Details

Argument() public méthode

public Argument ( Type declaredType, Func getValue, Action setValue ) : System
declaredType System.Type
getValue Func
setValue Action
Résultat System

CanSetValueWithInstanceOf() public méthode

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

IsDeclaredTypeEqualToOrByRefVersionOf() public méthode

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

IsValueAssignableTo() public méthode

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