#if Not Debug in c#?
Asked 07 September, 2021
Viewed 655 times
  • 50
Votes

I have the line in vb code:

#if Not Debug

which I must convert, and I don't see it in c#?

Is there something equivalent to it, or is there some workaround?

5 Answer