In .NET 4.5 Environment.GetEnvironmentVariables() returns the environment variables as a non-generic Collections.IDictionary.
Is there any way to get the environment variables in F# as a generic collection?
In .NET 4.5 Environment.GetEnvironmentVariables() returns the environment variables as a non-generic Collections.IDictionary.
Is there any way to get the environment variables in F# as a generic collection?