Table of Contents

Method FillMethods

Namespace
Alternet.Editor.Roslyn
Assembly
Alternet.Editor.Roslyn.v10.dll

FillMethods(ComboBox, object, Point, ComboBox)

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)

Parameters

comboBox ComboBox

ComboBox control to process.

document object

Source code document.

position Point

Position in code.

classCombo ComboBox

Contains list of classes.