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

Source() public method

Returns the source text.
Returns the source text.
public Source ( ) : string
return string
			public virtual string Source()
			{
				return this.source;
			}