In F#, how can I access attributes on a function?

前端 未结 0 1737
-上瘾入骨i
-上瘾入骨i 2020-12-05 09:19

Say I am creating an attribute in F# and I apply it to a function as follows:

type MyAttribute(value: int) =
    inherit System.Attribute()
    member this.Va         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题