C# Class JPB.DataAccess.DbInfoConfig.DbInfo.FakeMethodInfoCache

Inheritance: DbMethodInfoCache
Datei anzeigen Open project: JPVenson/DataAccess

Public Methods

Method Description
FakeMethodInfoCache ( Func fakeMehtod, string name ) : System
Invoke ( object target ) : object

Method Details

FakeMethodInfoCache() public method

public FakeMethodInfoCache ( Func fakeMehtod, string name ) : System
fakeMehtod Func
name string
return System

Invoke() public method

public Invoke ( object target ) : object
target object
return object