C# Class LinFu.Reflection.Binder

Inheritance: IObjectMethods, IObjectProperties
Mostra file Open project: philiplaureano/LinFu.DynamicObject

Public Methods

Method Description
Binder ( object target, IMethodFinder finder, DynamicObject dynamicObject ) : System
this ( string methodName ) : CustomDelegate

Private Methods

Method Description
Bind ( string methodName, object args ) : object
this ( string propertyName ) : objectIObjectProperties.System

Method Details

Binder() public method

public Binder ( object target, IMethodFinder finder, DynamicObject dynamicObject ) : System
target object
finder IMethodFinder
dynamicObject DynamicObject
return System

this() public method

public this ( string methodName ) : CustomDelegate
methodName string
return CustomDelegate