A TOML key = value syntax node.
public sealed class KeyValueSyntax : SyntaxNode
kind:method, kind:property, kind:ctor. Press Esc to clear.KeyValueSyntax()Creates an instance of KeyValueSyntaxKeyValueSyntax(String, ValueSyntax)Creates an instance of KeyValueSyntaxKeyValueSyntax(KeySyntax, ValueSyntax)Creates an instance of KeyValueSyntaxChildrenCountGets the number of children.EndOfLineTokenGets or sets the new-line token.EqualTokenGets or sets the `=` tokenKeyGets or sets the key.ValueGets or sets the valueAccept(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.AddTrailingComment(KeyValueSyntax, String)Adds a trailing comment to a key/value node.