Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TypedDynamicExpression3.cs
Go to the documentation of this file.
1
using
System.Runtime.CompilerServices
;
2
3
namespace
System.Linq.Expressions
;
4
5
internal
sealed
class
TypedDynamicExpression3
:
DynamicExpression3
6
{
7
public
sealed
override
Type
Type
{
get
; }
8
9
internal
TypedDynamicExpression3
(
Type
retType,
Type
delegateType,
CallSiteBinder
binder,
Expression
arg0,
Expression
arg1,
Expression
arg2)
10
: base(delegateType, binder, arg0, arg1, arg2)
11
{
12
Type
= retType;
13
}
14
}
System.Linq.Expressions.DynamicExpression3
Definition
DynamicExpression3.cs:9
System.Linq.Expressions.Expression
Definition
Expression.cs:5484
System.Linq.Expressions.TypedDynamicExpression3.TypedDynamicExpression3
TypedDynamicExpression3(Type retType, Type delegateType, CallSiteBinder binder, Expression arg0, Expression arg1, Expression arg2)
Definition
TypedDynamicExpression3.cs:9
System.Linq.Expressions.TypedDynamicExpression3
Definition
TypedDynamicExpression3.cs:6
System.Runtime.CompilerServices.CallSiteBinder
Definition
CallSiteBinder.cs:11
System.Type
Definition
Type.cs:14
System.Linq.Expressions
Definition
AnalyzedTree.cs:3
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
source
System.Linq.Expressions
System.Linq.Expressions
TypedDynamicExpression3.cs
Generated by
1.10.0