Constructor TypeScriptListMember
- Namespace
- Alternet.Syntax.Parsers.TypeScript.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.TypeScript.v10.dll
TypeScriptListMember(IListMembers, string, string, V8Parser, Point, Color[])
Initializes a new instance of the TypeScriptListMember class with specified parameters.
public TypeScriptListMember(IListMembers owner, string fileName, string completionName, V8Parser parser, Point position, Color[] colors = null)
Parameters
ownerIListMembersIListMembersowning this instance.fileNamestringFile name of the source code file.
completionNamestringName of the completion entry.
parserV8ParserV8Parser that provides syntax analysis.
positionPointSpecifies position of language element within the text.
colorsColor[]Array of colors to highlight code completion descriptions.
TypeScriptListMember()
Initializes a new instance of the TypeScriptListMember class with default settings.
public TypeScriptListMember()