✅ This label has not been referenced error by "defualt:"
this code sample about switch case
generated these warnings
warning CS0162 and CS0164 on "defualt:" line
warning CS0162: unreachable code detected
warning CS0164: This label has not been referenced
MSDN
no explanation about l1: could be find on google or any documentations.
Please if someone could explain why defualt: generated those two errors (warnings) I would be grateful.
Thanks in advance XO
generated these warnings
warning CS0162 and CS0164 on "defualt:" line
warning CS0162: unreachable code detected
warning CS0164: This label has not been referenced
MSDN
no explanation about l1: could be find on google or any documentations.
Please if someone could explain why defualt: generated those two errors (warnings) I would be grateful.
Thanks in advance XO