[]
Creates an expression with an array of constant values.
public ArrayExpression(object[,] values)
Public Sub New(values As Object(,))
| Type | Name | Description |
|---|---|---|
| object[,] | values | Array of constant values |
| Type | Condition |
|---|---|
| ArgumentNullException | values is a null reference (Nothing in Visual Basic) |