Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TypedDynamicExpressionN.cs
Go to the documentation of this file.
1
using
System.Collections.Generic
;
2
using
System.Runtime.CompilerServices
;
3
4
namespace
System.Linq.Expressions
;
5
6
internal
sealed
class
TypedDynamicExpressionN
:
DynamicExpressionN
7
{
8
public
sealed
override
Type
Type
{
get
; }
9
10
internal
TypedDynamicExpressionN
(
Type
returnType
,
Type
delegateType
,
CallSiteBinder
binder
,
IReadOnlyList<Expression>
arguments
)
11
:
base
(
delegateType
,
binder
,
arguments
)
12
{
13
Type
=
returnType
;
14
}
15
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Linq.Expressions.DynamicExpressionN
Definition
DynamicExpressionN.cs:9
System.Linq.Expressions.TypedDynamicExpressionN.TypedDynamicExpressionN
TypedDynamicExpressionN(Type returnType, Type delegateType, CallSiteBinder binder, IReadOnlyList< Expression > arguments)
Definition
TypedDynamicExpressionN.cs:10
System.Linq.Expressions.TypedDynamicExpressionN
Definition
TypedDynamicExpressionN.cs:7
System.Runtime.CompilerServices.CallSiteBinder
Definition
CallSiteBinder.cs:11
System.Type
Definition
Type.cs:14
System.Collections.Generic
Definition
IHashKeyCollection.cs:1
System.Linq.Expressions
Definition
AnalyzedTree.cs:3
System.Runtime.CompilerServices
Definition
NullablePublicOnlyAttribute.cs:3
source
System.Linq.Expressions
System.Linq.Expressions
TypedDynamicExpressionN.cs
Generated by
1.10.0