8 [DebuggerTypeProxy(typeof(NewArrayExpressionProxy))]
9 [global::__DynamicallyInvokable]
14 private readonly
Type _type;
18 [global::__DynamicallyInvokable]
21 [global::__DynamicallyInvokable]
30 [global::__DynamicallyInvokable]
33 [global::__DynamicallyInvokable]
42 _expressions = expressions;
50 return new NewArrayInitExpression(type, expressions);
52 return new NewArrayBoundsExpression(type, expressions);
58 [global::__DynamicallyInvokable]
67 [global::__DynamicallyInvokable]
abstract Type GetElementType()
When overridden in a derived class, returns the T:System.Type of the object encompassed or referred t...
Provides the base class for a generic read-only collection.
Represents creating a new array and possibly initializing the elements of the new array.
Exposes the enumerator, which supports a simple iteration over a collection of a specified type....
Provides the base class from which the classes that represent expression tree nodes are derived....
NewArrayExpression Update(IEnumerable< Expression > expressions)
Creates a new expression that is like this one, but using the supplied children. If all of the childr...
internal override Expression Accept(ExpressionVisitor visitor)
Dispatches to the specific visit method for this node type. For example, T:System....
Represents type declarations: class types, interface types, array types, value types,...
ExpressionType
Describes the node types for the nodes of an expression tree.
ReadOnlyCollection< Expression > Expressions
Gets the bounds of the array if the value of the P:System.Linq.Expressions.Expression....
virtual internal Expression VisitNewArray(NewArrayExpression node)
Visits the children of the T:System.Linq.Expressions.NewArrayExpression.
Represents a visitor or rewriter for expression trees.