[]
Creates a new ArrayNode from array.
public ArrayNode(object[,] elements)
Public Sub New(elements As Object(,))
Array elements. The value can't be null (Nothing).
Nothing