Stores metadata for TOML properties, including trivia and display hints.
[DebuggerDisplay("{_properties}")]
public class TomlPropertiesMetadata
kind:method, kind:property, kind:ctor. Press Esc to clear.TomlPropertiesMetadata()Initializes a new instance of the TomlPropertiesMetadata class.Clear()Clears all property metadata.ContainsProperty(String)Checks whether metadata exists for the specified property key.SetProperty(String, TomlPropertyMetadata)Sets metadata for the specified property key.TryGetProperty(String, out TomlPropertyMetadata?)Tries to get metadata for the specified property key.