C# !Conditional attribute?

前端 未结 7 1311
既然无缘
既然无缘 2020-12-08 18:08

Does C# have a not Conditional (!Conditional, NotConditional, Conditional(!)) attribute?


i know C#

相关标签:
7条回答
  • 2020-12-08 18:57

    The NET framework standard library annotated reference doesn't state any. So I'm afraid you'll have to roll your own!

    0 讨论(0)
提交回复
热议问题