Method AllowConcatDuplicateKeys
| Improve this Doc View SourceAllowConcatDuplicateKeys(ConcatKeysOptions)
Allows concatenating the values of the duplicate keys.
Declaration
IEnvParser AllowConcatDuplicateKeys(ConcatKeysOptions option = ConcatKeysOptions.End)
Parameters
Type | Name | Description |
---|---|---|
ConcatKeysOptions | option | The option indicates whether the concatenation is at the start or at the end of the value. |
Returns
Type | Description |
---|---|
IEnvParser | An instance implementing the fluent interface. |
Exceptions
Type | Condition |
---|---|
ArgumentException |
|