Table of Contents

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 IListMembers

IListMembers owning this instance.

fileName string

File name of the source code file.

completionName string

Name of the completion entry.

parser V8Parser

V8Parser that provides syntax analysis.

position Point

Specifies 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()