📅  最后修改于: 2021-01-01 14:47:40             🧑  作者: Mango
在F#中,属性用于为程序代码构造启用元数据。属性可以应用于任何构造,例如函数,模块,方法和类型。
句法:
[]
open System
[]
let updateSystem() =
printf "updating..."
updateSystem
输出:
attributes.fs(118,1): warning FS0044: This construct is deprecated. Do not use. Use newFunction instead.