Description
The .NET Framework Base Class Libraries lack a well-factored immutable collections library. On the other hand, the F# core assembly[1] contains several collections types[2] which are all immutable.
The purpose of this project is to facilitate the natural use of the F# collection types from within C#.
References
[1] FSharp.Core.dll
[2] Microsoft.FSharp.Collect