Mono.CSharp.Goto.Goto C# (CSharp) Method

Goto() public method

public Goto ( string label, Mono.CSharp.Location l ) : System
label string
l Mono.CSharp.Location
return System
		public Goto (string label, Location l)
		{
			loc = l;
			target = label;
		}