A standard TOML table syntax node.
public sealed class TableSyntax : TableSyntaxBase
kind:method, kind:property, kind:ctor. Press Esc to clear.TableSyntax()Initializes a new instance of the TableSyntax class.TableSyntax(String)Initializes a new table with the specified name.TableSyntax(KeySyntax)Initializes a new table 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.