Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Lambda()
[10/12]
static
LambdaExpression
System.Linq.Expressions.Expression
<
TDelegate
>.Lambda
(
Type
delegateType
,
Expression
<
TDelegate
>
body
,
params
ParameterExpression
<
TDelegate
>?[]
parameters
)
inline
static
inherited
Definition at line
3317
of file
Expression.cs
.
3318
{
3319
return
Lambda
(
delegateType
, body,
null
,
tailCall
:
false
, parameters);
3320
}
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