C# 클래스 JPB.DataAccess.DbInfoConfig.DbInfo.FakeMethodInfoCache

상속: DbMethodInfoCache
파일 보기 프로젝트 열기: JPVenson/DataAccess

공개 메소드들

메소드 설명
FakeMethodInfoCache ( Func fakeMehtod, string name ) : System
Invoke ( object target ) : object

메소드 상세

FakeMethodInfoCache() 공개 메소드

public FakeMethodInfoCache ( Func fakeMehtod, string name ) : System
fakeMehtod Func
name string
리턴 System

Invoke() 공개 메소드

public Invoke ( object target ) : object
target object
리턴 object