January 2017
Intermediate to advanced
338 pages
7h 51m
English
Types in F# are basically categorized as two types: types in .NET BCL and types that are only available in F#. Although there are types specific to F#, these F# types can be used in C#/VB because basically all F# types are implemented on top of .NET CLR.
Based on .NET CLI standard partition I section I.8.2 about value types and reference types, the documentation is divided into two kinds of types:
Read now
Unlock full access