Method ToDictionary
| Improve this Doc View SourceToDictionary(IEnvironmentVariablesProvider)
Converts the environment variables provider to a dictionary.
Declaration
public static Dictionary<string, string> ToDictionary(this IEnvironmentVariablesProvider provider)
Parameters
Type | Name | Description |
---|---|---|
IEnvironmentVariablesProvider | provider | The environment variables provider. |
Returns
Type | Description |
---|---|
Dictionary<String, String> | A dictionary with the environment variables. |