8 ms·
Exactly. The same is probably true for this one here: public bool ShowOptional() { bool bolReturn = false; return bolReturn; } There should be desc
by werner34 13y ago
Exactly.
The same is probably true for this one here:
public bool ShowOptional()
{
bool bolReturn = false;
return bolReturn;
}
There should be descriptions why the code snippets are supposed to be interesting, your and my example just look like legacy code to me.