[]
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. |