Table of Contents

Constructor TextResolver

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

TextResolver(string)

Initializes a new instance of the TextResolver class with specified text.

public TextResolver(string text)

Parameters

text string

String representation of the text.

TextResolver(IList<string>)

Initializes a new instance of the TextResolver class with specified text.

public TextResolver(IList<string> text)

Parameters

text IList<string>

List of strings representing the text.