C# Class LinFu.Reflection.Binder
Exibir arquivo
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
public Binder ( object target, IMethodFinder finder, DynamicObject dynamicObject ) : System |
target |
object |
|
finder |
IMethodFinder |
|
dynamicObject |
DynamicObject |
|
return |
System |
|
public this ( string methodName ) : CustomDelegate |
methodName |
string |
|
return |
CustomDelegate |
|