I have come across the following code in C#.
if(condition0) statement0; else if(condition1) statement1; else if(condition2) statement2; else if(condition3) state
You are correct. It's just an else followed by an if.
else
if