Constructor TypeScriptParser
- Namespace
- Alternet.Syntax.Parsers.TypeScript
- Assembly
- Alternet.Syntax.Parsers.TypeScript.v10.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
projectITypeScriptProjectSpecifies
ITypeScriptProjectto this new instance.