What does a semi colon do after a conditional block in C#?
This is a simple question with a simple answer, but I just wanted to add something relevant. Often people understand that it does nothing and particularly for the case that you presented, the semi-colon is an unnecessary line termination. But what is the rationale behind it ? Actually, those empty statements are allowed for statement … Read more