The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Expression::NewArrayInit Method
.NET Framework (current version)
Creates a NewArrayExpression that represents creating a one-dimensional array and initializing it from a list of elements.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | NewArrayInit(Type^, array<Expression^>^) | Creates a NewArrayExpression that represents creating a one-dimensional array and initializing it from a list of elements. |
![]() ![]() | NewArrayInit(Type^, IEnumerable<Expression^>^) | Creates a NewArrayExpression that represents creating a one-dimensional array and initializing it from a list of elements. |
Show:

