J
Julian Hershel
Hi.
I am playing with the Conditional attribute. If I define
Conditional("DEBUG") for my method and compiles my application as a release
build, the method won't be called, as expected. If I define the attribute as
Conditional("RELEASE") and compiles my application as a release build the
method still won't be called. Why? AM I missing something?
Thank you,
Julian
I am playing with the Conditional attribute. If I define
Conditional("DEBUG") for my method and compiles my application as a release
build, the method won't be called, as expected. If I define the attribute as
Conditional("RELEASE") and compiles my application as a release build the
method still won't be called. Why? AM I missing something?
Thank you,
Julian