Click or drag to resize

Goto Constructor

Overload List
  NameDescription
Public methodGoto(String)
Create a Goto to a string name.
Public methodGoto(Expression)
Create a Goto to a constant Expression.
Public methodGoto(Label)
Create a Goto to a Label.
Public methodGoto(SwitchItem)
Create a Goto to a SwitchItem.
Protected methodGoto(Parser, CodeObject)
Initializes a new instance of the Goto class
Top
See Also