Why would you use one over the other?
|
|
|||||||||||||||||||||
|
|
|
C# doesn't have any
is really:
Languages such as VB have that construct since they have a special way to terminate each block ( |
|||
|
|
|
|
I am not aware of |
||||||||
|
|
|
There are some languages where both exist, and some people might insist that "
It is also possible that a bad code formatting tool might format your code this way. In practice, though, I don't think there are many people who mind " |
|||
|
|
|
|
Because one ( |
|||
|
|
|
|
This annoys me. C++ C# and java use else if, perl uses elsif, and python uses elif. But you asked specifically about C#, which only uses else if. |
|||
|
|
|
|
The PHP manual points out that " |
|||
|
|
|
|
C# doesnt have elseif. there is only "else if" there is also #elif used in c# preprocessor. |
|||
|
|
