M
Martin Madreza
Hi,
maybe someone knows if there is a possibility to use the
[Conditional("DEBUG")] method sign with a 'Not' like
#if !DEBUG
....do somethin
#endif
[Conditional("DEBUG")]
private void myMethod()
{
}
exists somethiong like this???
[Conditional("DEBUG", false)]
private void myMethod()
{
}
i'm working with framework 1.1
thanks
martin madreza
maybe someone knows if there is a possibility to use the
[Conditional("DEBUG")] method sign with a 'Not' like
#if !DEBUG
....do somethin
#endif
[Conditional("DEBUG")]
private void myMethod()
{
}
exists somethiong like this???
[Conditional("DEBUG", false)]
private void myMethod()
{
}
i'm working with framework 1.1
thanks
martin madreza