Defining static classes in F#

后端 未结 5 803
故里飘歌
故里飘歌 2021-02-12 03:56

Is it possible to define a static class that contains overloadable members in F#? let module bindings cannot be overloaded, even though they are compiled into stati

5条回答
  •  耶瑟儿~
    2021-02-12 04:26

    I think the problem here is trying to make F# into C#. If the problem can't be solved in a non imperative fashion use C# or write an object oriented library and use it in F#.

提交回复
热议问题