call F# dll in C#

后端 未结 3 2069
不知归路
不知归路 2021-02-09 13:30

How can I create F# dll and call it in C#? Thank you

3条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-09 14:15

    To create a DLL in F#, you should set the output type to class library in project properties. Use Add Reference dialog as mentioned before to add the reference in your C# project.

提交回复
热议问题