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