F# map to C# Dictionary

后端 未结 3 1571
臣服心动
臣服心动 2020-12-29 04:14

I\'m trying to convert an F# map to a C# dictionary, so far I am using:

    let toDictionary (map : Map<_, _>) : Dictionary<_, _> =
        let d         


        
3条回答
提交回复
热议问题