Rhino.Tools.Debugger.Dim.SourceInfo.Url C# (CSharp) 메소드

Url() 공개 메소드

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