[]
Represents an array literal in the syntax tree.
public class ArrayNode : ConstNode, ICloneable
Public Class ArrayNode
Inherits ConstNode
Implements ICloneable
| Name | Description |
|---|---|
| ArrayNode(object[,]) | Creates a new ArrayNode from array. |
| Name | Description |
|---|---|
| Elements | Array elements of this node.
The value can't be null ( |