-
Home
-
API
-
Tomlyn
-
TomlDottedKeyHandling
TomlDottedKeyHandling Enum
Definition
Specifies behavior for dictionary keys containing '.'.
public enum TomlDottedKeyHandling
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.
Fields (2)
ExpandTreat keys containing '.' as a dotted path and expand into subtables.
LiteralTreat keys containing '.' as a literal key name by quoting/escaping as needed.