member IsRecord : typ:Type * ?bindingFlags:BindingFlags -> bool Return true if the typ is a representation of an F# record type
member IsRecord : typ:Type * ?bindingFlags:BindingFlags -> bool
> FSharpType.IsRecord(typeof<int*int>);; val it : bool = true
Yep, it's a bug. I talked the team, it's fixed in their internal bits and the correction will be available in the next release.
Thanks Robert! Good to know!
Yep, it's a bug. I talked the team, it's fixed in their internal bits and the correction will be available in the next release.
ReplyDeleteThanks Robert! Good to know!
ReplyDelete