What is the equivalent when you put in VB like this

VB Code:
  1. Private Sub Hi()
  2. PartOne:
  3. 'code
  4. PartTwo:
  5. Goto PartOne
  6. End Sub

Is there an equivalent to that in C#?