Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Lambda()
[8/12]
static
LambdaExpression
System.Linq.Expressions.Expression
<
TDelegate
>.Lambda
(
Type
delegateType
,
Expression
<
TDelegate
>
body
,
bool
tailCall
,
params
ParameterExpression
<
TDelegate
>?[]
parameters
)
inline
static
inherited
Definition at line
3322
of file
Expression.cs
.
3323
{
3324
return
Lambda
(
delegateType
, body,
null
,
tailCall
, parameters);
3325
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Linq.Expressions.ExpressionType.Lambda
@ Lambda
References
System.Linq.Expressions.Lambda
.
System
Linq
Expressions
Compiler
SpilledExpressionBlock
Generated by
1.10.0