Table of Contents

Method FillMethods

Namespace
Alternet.Editor.TypeScript
Assembly
Alternet.Editor.TypeScript.v10.dll

FillMethods(ComboBox, object, Point, ComboBox, V8Parser)

Fills given ComboBox with list of methods obtained from specified document at the given position.

public static void FillMethods(ComboBox comboBox, object document, Point position, ComboBox classCombo, V8Parser parser)

Parameters

comboBox ComboBox

ComboBox control to process.

document object

Source code document.

position Point

Position in code.

classCombo ComboBox

Contains list of classes.

parser V8Parser

Parser process code.