Method | Description | |
---|---|---|
FluentStringLookup ( dynamic>.Func |
Initializes a new instance of the FluentStringLookup class.
|
|
TryInvoke ( |
Tries the invoke.
|
|
TryInvokeMember ( |
Tries the invoke member.
|
public FluentStringLookup ( dynamic>.Func |
||
lookup | dynamic>.Func | The lookup. |
return | System |
public TryInvoke ( |
||
binder | The binder. | |
args | object | The args. |
result | object | The result. |
return | bool |
public TryInvokeMember ( |
||
binder | The binder. | |
args | object | The args. |
result | object | The result. |
return | bool |