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