Saved Bookmarks
| 1. |
What Is Objects Expression In F#? |
|
Answer» F# OBJECTS EXPRESSION is a special expression. It CREATES a new instance of ANONYMOUS object type which is based on an EXISTING base type, interface, or set of interfaces. F# objects expression is a special expression. It creates a new instance of anonymous object type which is based on an existing base type, interface, or set of interfaces. |
|