A TOML table array syntax node.
public sealed class TableArraySyntax : TableSyntaxBase
kind:method, kind:property, kind:ctor. Press Esc to clear.TableArraySyntax()Initializes a new instance of the TableArraySyntax class.TableArraySyntax(String)Initializes a new table array with the specified name.TableArraySyntax(KeySyntax)Initializes a new table array with the specified key syntax.Accept(SyntaxVisitor)Allow to visit this instance with the specified visitor.ToDebuggerDisplay()Returns a debugger-friendly display string for this node.