Table of Contents

Constructor Document

Namespace
Alternet.Common.TypeScript.Types
Assembly
Alternet.Common.TypeScript.v9.dll

Document(string, string, int)

Initializes a new instance of the Document class with specified parameters.

public Document(string fileName, string text, int version)

Parameters

fileName string

The path to the document file.

text string

The current text for the document.

version int

Version of the document's text.