CodeGotoStatement Constructor ()

 

Initializes a new instance of the CodeGotoStatement class.

Namespace:   System.CodeDom
Assembly:  System (in System.dll)

public:
CodeGotoStatement()

If you use this constructor you must also set the Label property to indicate the name of the label at which to continue program execution.

.NET Framework
Available since 2.0
Return to top
Show: