c# if statement no braces

75

c# if statement no braces -

if(SomeCompare())
return false;
else
return true;

Comments

Submit
0 Comments