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:

