Click here to Skip to main content
15,904,822 members
Articles / All Topics

F#9 : Option types

1 May 2014CPOL 9.7K   1  
If C# there is a concept of null for reference types and Nullable class for value types (structs). For value type this can take one of the following 2 forms (for demo purposes I am using a int type here, but the type could be any value type) Nullable int?   These are both equivalent. […]
We're sorry, but the article you are trying to view was deleted at 21 Jan 2016.

Please go to the All Topics Table of Contents to view the list of available articles in this section.