63
F# Delegate
In F#, delegates are reference types. It allows us to call function as an object. It is a feature of this language. It gives advantage over the other functional programming languages.
The syntax of Delegate in F# language is given below:
F# Delegate Example
Output:
5 * 8 = 40
Next TopicF# Object Expressions