-
Home
-
API
-
Tomlyn
-
TomlDuplicateKeyHandling
TomlDuplicateKeyHandling Enum
Definition
Specifies behavior when duplicate keys are encountered.
public enum TomlDuplicateKeyHandling
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.
Fields (2)
ErrorReject duplicate keys.
LastWinsKeep the last value for a duplicate key.