Method GetDocumentText
- Namespace
- Alternet.Syntax.Parsers.TypeScript.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.TypeScript.v9.dll
GetDocumentText(string)
Gets text of the specified document.
public virtual string GetDocumentText(string fileName)
Parameters
fileName
stringFile name of the document.
Returns
- string
Source code from given document.