public NewMultiArrayExpr(Expr[] dimensions, Type elementType, Type type)(Code)
Constructor.
Parameters: dimensions - Expressions representing the size of each of the dimensions inthe array. Parameters: elementType - The type of the elements in the array. Parameters: type - The type of this expression.