Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Make()
[2/5]
static
DynamicExpression
System.Linq.Expressions.DynamicExpression.Make
(
Type
returnType
,
Type
delegateType
,
CallSiteBinder
binder
,
Expression
arg0
,
Expression
arg1
)
inline
static
package
inherited
Definition at line
64
of file
DynamicExpression.cs
.
65
{
66
if
(
returnType
==
typeof
(
object
))
67
{
68
return
new
DynamicExpression2(
delegateType
,
binder
,
arg0
,
arg1
);
69
}
70
return
new
TypedDynamicExpression2(
returnType
,
delegateType
,
binder
,
arg0
,
arg1
);
71
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Linq
Expressions
TypedDynamicExpressionN
Generated by
1.10.0