英文:
What F# type translates to a C# record type?
问题
F#中的记录类型在从C#调用者消耗时似乎不能直接映射到C#记录类型。是否有任何在F#中的替代类型可以直接转换为C#记录类型?
英文:
When consumed from a C# caller the record types from F# don't seem to map directly to C# record types. Is there any alternative type in F# that translates directly to a C# record type?
答案1
得分: 2
C#的记录提案与F#的实现不同,虽然目前在C#中没有使用with
关键字的方式,但有问题跟踪了解决双方的路线图(903和904在Github上)。
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论