Metadata describing a single TOML property.
public class TomlPropertyMetadata
kind:method, kind:property, kind:ctor. Press Esc to clear.AllowHexEscapesGets or sets whether hexadecimal escapes may be emitted for control characters.DisplayKindGets or sets the preferred display kind for this property.InlineTablePolicyGets or sets the preferred inline table policy for this property.LeadingTriviaGets the leading trivia attached to this node. Might be null if no leading trivias.PreferLiteralWhenNoEscapesGets or sets whether literal strings should be preferred when no escaping is required.SpanGets or sets the source span for the property.StringStyleGets or sets the preferred string style for this property.TableArrayStyleGets or sets the preferred array-of-tables style for this property.TrailingTriviaGets the trailing trivia attached to this node. Might be null if no trailing trivias.TrailingTriviaAfterEndOfLineGets the trailing trivia attached to this node. Might be null if no trailing trivias.