Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CallMethodWithResult< TBinder >()
[1/2]
DynamicMetaObject
System.Dynamic.DynamicObject.MetaDynamic.CallMethodWithResult<
TBinder
>
(
MethodInfo
method
,
TBinder
binder
,
Expression
[]
args
,
Fallback<
TBinder
>
fallback
)
inline
private
Type Constraints
TBinder
:
DynamicMetaObjectBinder
Definition at line
225
of file
DynamicObject.cs
.
225
: DynamicMetaObjectBinder
226
{
227
return
CallMethodWithResult
(
method
,
binder
,
args
,
fallback
,
null
);
228
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Dynamic
DynamicObject
MetaDynamic
Generated by
1.10.0