Constructor TypeScriptListMember
- Namespace
- Alternet.Syntax.Parsers.TypeScript.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.TypeScript.v9.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
owner
IListMembersIListMembers
owning this instance.fileName
stringFile name of the source code file.
completionName
stringName of the completion entry.
parser
V8ParserV8Parser that provides syntax analysis.
position
PointSpecifies position of language element within the text.
colors
Color[]Array of colors to highlight code completion descriptions.
TypeScriptListMember()
Initializes a new instance of the TypeScriptListMember
class with default settings.
public TypeScriptListMember()