Table of Contents

Constructor TypeScriptParser

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

TypeScriptParser()

Initializes a new instance of the TypeScriptParser class with default TypeScriptProject.

public TypeScriptParser()

TypeScriptParser(ITypeScriptProject)

Initializes a new instance of the TypeScriptParser class with specified ITypeScriptProject.

public TypeScriptParser(ITypeScriptProject project)

Parameters

project ITypeScriptProject

Specifies ITypeScriptProject to this new instance.