C# Class Serenity.Reflection.TypeAccessor.DelegateAccessor

Inheritance: TypeAccessor
ファイルを表示 Open project: volkanceylan/Serenity

Public Methods

Method Description
CreateNew ( ) : object
DelegateAccessor ( Func getter, Action setter, Func ctor ) : System
this ( object target, string name ) : object

Method Details

CreateNew() public method

public CreateNew ( ) : object
return object

DelegateAccessor() public method

public DelegateAccessor ( Func getter, Action setter, Func ctor ) : System
getter Func
setter Action
ctor Func
return System

this() public method

public this ( object target, string name ) : object
target object
name string
return object