f# pattern matching with types

后端 未结 5 1194
走了就别回头了
走了就别回头了 2021-01-01 20:31

I\'m trying to recursively print out all an objects properties and sub-type properties etc. My object model is as follows...

type suggestedFooWidget = {
            


        
5条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-01 21:07

    Are you sure the program is not behaving as expected? The debugger spans are not always reliable.

提交回复
热议问题