An array TOML node.
public sealed class ArraySyntax : ValueSyntax
kind:method, kind:property, kind:ctor. Press Esc to clear.ArraySyntax()Creates an instance of an ArraySyntaxArraySyntax(Int32[])Creates an instance of an ArraySyntaxArraySyntax(String[])Creates an instance of an ArraySyntaxChildrenCountGets the number of children.CloseBracketGets or sets the close bracket `]` tokenItemsGets the ArrayItemSyntax of this array.OpenBracketGets or sets the open bracket `[` tokenAccept(SyntaxVisitor)Allow to visit this instance with the specified visitor.GetChildImpl(Int32)Gets a child at the specified index.ToDebuggerDisplay()Returns a debugger-friendly display string for this node.