Method CreateBinder
| Improve this Doc View SourceCreateBinder(IEnvironmentVariablesProvider)
Creates an instance that implements the IEnvBinder interface.
Declaration
public static IEnvBinder CreateBinder(this IEnvironmentVariablesProvider provider)
Parameters
Type | Name | Description |
---|---|---|
IEnvironmentVariablesProvider | provider | The environment variables provider. |
Returns
Type | Description |
---|---|
IEnvBinder | An instance that implements the IEnvBinder interface. |