Expression::NewArrayBounds Method
.NET Framework (current version)
Creates a NewArrayExpression that represents creating an array that has a specified rank.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | NewArrayBounds(Type^, array<Expression^>^) | Creates a NewArrayExpression that represents creating an array that has a specified rank. |
![]() ![]() | NewArrayBounds(Type^, IEnumerable<Expression^>^) | Creates a NewArrayExpression that represents creating an array that has a specified rank. |
Show:

