Enum IniLikeFile.DuplicateKeyPolicy
Behavior on duplicate key in the group.
					
			enum DuplicateKeyPolicy
			 : ubyte { ... }
					
				
			Enum members
| Name | Description | 
|---|---|
| preserve | Preserve all duplicates in the list. The first found value remains accessible by key. | 
| skip | Skip duplicate without error. | 
| throwError | Throw error on entry with duplicate key. |