I\'m trying to convert an F# map to a C# dictionary, so far I am using:
let toDictionary (map : Map<_, _>) : Dictionary<_, _> = let d
let toDictionary = Map.toSeq >> dict