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