-
Home
-
API
-
SharpYaml
-
YamlDuplicateKeyHandling
YamlDuplicateKeyHandling Enum
Definition
Defines how duplicate mapping keys are handled when reading YAML.
public enum YamlDuplicateKeyHandling
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.
Fields (3)
ErrorThrow an exception when a duplicate key is found.
FirstWinsKeep the first value for a duplicate key.
LastWinsKeep the last value for a duplicate key.