65.9K
CodeProject is changing. Read more.
Home

F#20 : Creating Types / Adding Members

starIconstarIconstarIconstarIconstarIcon

5.00/5 (2 votes)

Apr 25, 2014

CPOL

5 min read

viewsIcon

15203

We now start the OO leg of our F# journey, where we will look at how to create classes (generic classes too) and use OO things like inheritance/interfaces, and we shall also look at how to use events within our classes, and how to use reflection to do meta programming against our classes instances.