C# !Conditional attribute?

前端 未结 7 1312
既然无缘
既然无缘 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!

提交回复
热议问题