65.9K
CodeProject is changing. Read more.
Home

F#7 : Records

starIconstarIconstarIconstarIconstarIcon

5.00/5 (1 vote)

May 2, 2014

CPOL

3 min read

viewsIcon

16511

So we continue our journey into more of the F# types. This time we will be looking at Record types.   How Do I Create A Record When you create a new F# record, it may remind you of anonymous objects in C#. Here is how you create them. I think they are quite similar […]