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
stringString representation of the text.
TextResolver(IList<string>)
Initializes a new instance of the TextResolver
class with specified text.
public TextResolver(IList<string> text)