2
Answers

Exit the subroutine

Photo of Jack

Jack

11y
1.5k
1
In ASP.net Visual Basic there is code to exit the subroutine:

Exit Sub

What code does the same action in C#?

Answers (2)