Constructor EnvReader
| Improve this Doc View SourceEnvReader()
Initializes a new instance of the EnvReader class.
Declaration
public EnvReader()
EnvReader(IEnvironmentVariablesProvider)
Initializes a new instance of the EnvReader class with environment variables provider.
Declaration
public EnvReader(IEnvironmentVariablesProvider provider)
Parameters
Type | Name | Description |
---|---|---|
IEnvironmentVariablesProvider | provider | The environment variables provider. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException |
|