C# Class FastMember.TypeAccessor.DelegateAccessor

Inheritance: RuntimeTypeAccessor
Exibir arquivo Open project: mgravell/fast-member

Public Methods

Method Description
CreateNew ( ) : object
DelegateAccessor ( int>.Dictionary map, Func getter, Action setter, Func ctor, Type type ) : System
this ( object target, string name ) : object

Method Details

CreateNew() public method

public CreateNew ( ) : object
return object

DelegateAccessor() public method

public DelegateAccessor ( int>.Dictionary map, Func getter, Action setter, Func ctor, Type type ) : System
map int>.Dictionary
getter Func
setter Action
ctor Func
type System.Type
return System

this() public method

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