[]
Represents an array literal in the syntax tree.
public class ArrayNode : ConstNode, ICloneable
Creates a new ArrayNode from array.
public ArrayNode(object[,] elements)
Array elements of this node.
The value can't be null (Nothing
).
public object[,] Elements { get; set; }