Table of Contents

Method ReplaceDocument

Namespace
Alternet.Syntax.Parsers.TypeScript.CodeCompletion
Assembly
Alternet.Syntax.Parsers.TypeScript.v9.dll

ReplaceDocument(string, string)

Updates source code document to have the text specified.

public virtual void ReplaceDocument(string fileName, string text)

Parameters

fileName string

File name of the document.

text string

New TypeScript text.