Unable to cast C# object in F# type

前端 未结 0 1002
悲&欢浪女
悲&欢浪女 2020-12-17 06:37

I have the following declaration in F#:

type ConstArg =
    | Bool of bool
    | CharArray of char[]

member Lambda (ConstArg : ConstArg[]) = ...



        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题