Table of Contents

Method ReplaceDocument

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

ReplaceDocument(string, string)

When implemented by a class, updates source code document to have the text specified.

void ReplaceDocument(string fileName, string text)

Parameters

fileName string

File name of the document.

text string

New TypeScript text.