Overrides dotted-key handling for member names declared on a TOML-serializable type.
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct, AllowMultiple = false, Inherited = true)]
public sealed class TomlDottedKeyHandlingAttribute : TomlAttribute
kind:method, kind:property, kind:ctor. Press Esc to clear.TomlDottedKeyHandlingAttribute(TomlDottedKeyHandling)Initializes a new instance of the TomlDottedKeyHandlingAttribute class.HandlingGets the dotted-key handling behavior.