Method CreateReader
| Improve this Doc View SourceCreateReader(IEnvironmentVariablesProvider)
Creates an instance that implements the IEnv
Declaration
public static IEnvReader CreateReader(this IEnvironmentVariablesProvider provider)
Parameters
Type | Name | Description |
---|---|---|
IEnvironment |
provider | The environment variables provider. |
Returns
Type | Description |
---|---|
IEnv |
An instance that implements the IEnv |