IniLikeFile.DuplicateKeyPolicy

Behavior on duplicate key in the group.

Values

ValueMeaning
throwError

Throw error on entry with duplicate key.

skip

Skip duplicate without error.

preserve

Preserve all duplicates in the list. The first found value remains accessible by key.

Meta