Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Make()
[3/5]
static
DynamicExpression
System.Linq.Expressions.DynamicExpression.Make
(
Type
returnType
,
Type
delegateType
,
CallSiteBinder
binder
,
Expression
arg0
,
Expression
arg1
,
Expression
arg2
)
inline
static
package
inherited
Definition at line
73
of file
DynamicExpression.cs
.
74
{
75
if
(
returnType
==
typeof
(
object
))
76
{
77
return
new
DynamicExpression3(
delegateType
,
binder
,
arg0
,
arg1
,
arg2
);
78
}
79
return
new
TypedDynamicExpression3(
returnType
,
delegateType
,
binder
,
arg0
,
arg1
,
arg2
);
80
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Linq
Expressions
TypedDynamicExpressionN
Generated by
1.10.0