Saved Bookmarks
| 1. |
What Are Attributes In F#? |
|
Answer» In F#, attribute is used to ENABLE metadata for program code CONSTRUCT. Attribute can be APPLIED to any construct like function, MODULE, method and type. In F#, attribute is used to enable metadata for program code construct. Attribute can be applied to any construct like function, module, method and type. |
|