Rhino.Tools.Debugger.Dim.SourceInfo.Url C# (CSharp) Method

Url() public method

Returns the script's origin URL.
Returns the script's origin URL.
public Url ( ) : string
return string
			public virtual string Url()
			{
				return this.url;
			}