Microsoft.Cci.SourceDocument.GetText C# (CSharp) Метод

GetText() публичный абстрактный Метод

Returns the source text of the document in string form. Each call may do significant work, so be sure to cache this.
public abstract GetText ( ) : string
Результат string
    public abstract string GetText();
    //^^ ensures result.Length == this.Length;