Expression.NewArrayBounds Method
Creates a NewArrayExpression that represents creating an array that has a specified rank.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
NewArrayBounds(Type, IEnumerable<Expression>) | Creates a NewArrayExpression that represents creating an array that has a specified rank. |
|
NewArrayBounds(Type, Expression[]) | Creates a NewArrayExpression that represents creating an array that has a specified rank. |