F# get environment variables as a generic collection

Viewed 2306

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?

1 Answers
Related