2
Answers

Exit the subroutine

In ASP.net Visual Basic there is code to exit the subroutine:

Exit Sub

What code does the same action in C#?

Answers (2)