Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Invoke()
[8/8]
static
InvocationExpression
System.Linq.Expressions.Expression
<
TDelegate
>.Invoke
(
Expression
<
TDelegate
>
expression
,
params
Expression
<
TDelegate
>?[]
arguments
)
inline
static
inherited
Definition at line
3165
of file
Expression.cs
.
3166
{
3167
return
Invoke
(
expression
, (
IEnumerable<Expression>
?)
arguments
);
3168
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Linq.Expressions.ExpressionType.Invoke
@ Invoke
References
System.Linq.Expressions.Invoke
.
System
Linq
Expressions
Compiler
SpilledExpressionBlock
Generated by
1.10.0