C# 클래스 NSubstitute.Core.Argument

파일 보기 프로젝트 열기: nsubstitute/NSubstitute

공개 메소드들

메소드 설명
Argument ( Type declaredType, Func getValue, Action setValue ) : System
CanSetValueWithInstanceOf ( Type type ) : bool
IsDeclaredTypeEqualToOrByRefVersionOf ( Type type ) : bool
IsValueAssignableTo ( Type type ) : bool

비공개 메소드들

메소드 설명
AsNonByRefType ( Type type ) : Type

메소드 상세

Argument() 공개 메소드

public Argument ( Type declaredType, Func getValue, Action setValue ) : System
declaredType System.Type
getValue Func
setValue Action
리턴 System

CanSetValueWithInstanceOf() 공개 메소드

public CanSetValueWithInstanceOf ( Type type ) : bool
type System.Type
리턴 bool

IsDeclaredTypeEqualToOrByRefVersionOf() 공개 메소드

public IsDeclaredTypeEqualToOrByRefVersionOf ( Type type ) : bool
type System.Type
리턴 bool

IsValueAssignableTo() 공개 메소드

public IsValueAssignableTo ( Type type ) : bool
type System.Type
리턴 bool