Rhino.Tools.Debugger.Dim.SourceInfo.Source C# (CSharp) Méthode

Source() public méthode

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