Method AllowConcatDuplicateKeys
| Improve this Doc View SourceAllowConcatDuplicateKeys(ConcatKeysOptions)
Allows concatenating the values of the duplicate keys.
Declaration
public IEnvLoader 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 |
|---|---|
| IEnvLoader | An instance implementing the fluent interface. |
Implements
Exceptions
| Type | Condition |
|---|---|
| ArgumentException |
|