.Net compile-time error

Posted on March 20, 2005
Filed Under /dev/null/ | 67 views |

I think I’d like to see .Net catch this error at compile-time:

if ( myBool = true )
{

}

Unless someone can tell me why you’d ever intentionally want to do that?

Comments

Leave a Reply