Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
NewValueTypeExpression.cs
Go to the documentation of this file.
1
using
System.Collections.ObjectModel
;
2
using
System.Reflection
;
3
4
namespace
System.Linq.Expressions
;
5
6
internal
sealed
class
NewValueTypeExpression
:
NewExpression
7
{
8
public
sealed
override
Type
Type
{
get
; }
9
10
internal
NewValueTypeExpression
(
Type
type
,
ReadOnlyCollection<Expression>
arguments,
ReadOnlyCollection<MemberInfo>
members)
11
: base(null, arguments, members)
12
{
13
Type
=
type
;
14
}
15
}
System.Collections.ObjectModel.ReadOnlyCollection
Definition
ReadOnlyCollection.cs:12
System.Linq.Expressions.NewExpression
Definition
NewExpression.cs:12
System.Linq.Expressions.NewValueTypeExpression.NewValueTypeExpression
NewValueTypeExpression(Type type, ReadOnlyCollection< Expression > arguments, ReadOnlyCollection< MemberInfo > members)
Definition
NewValueTypeExpression.cs:10
System.Linq.Expressions.NewValueTypeExpression
Definition
NewValueTypeExpression.cs:7
System.Type
Definition
Type.cs:14
System.Collections.ObjectModel
Definition
EventArgsCache.cs:4
System.Linq.Expressions
Definition
AnalyzedTree.cs:3
System.Reflection
Definition
ICustomTypeProvider.cs:1
System.ExceptionArgument.type
@ type
source
System.Linq.Expressions
System.Linq.Expressions
NewValueTypeExpression.cs
Generated by
1.10.0