[]
Creates a new ArrayNode from an array.
The specified array defines the literal values stored by this node. The value cannot be
null. Supported element types are double, string, bool,
and CalcError. Numeric values such as byte, short, int,
long, and float are accepted, but they are normalized to double if
the node is converted to text and then parsed again. Floating-point values cannot be NaN or
infinity.
public ArrayNode(object[,] elements)
Public Sub New(elements As Object(,))
| Type | Name | Description |
|---|---|---|
| object[,] | elements | The array elements. The value cannot be |
| Type | Condition |
|---|---|
| ArgumentException | Thrown if |