Table of Contents

Method NavigateMethods

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

NavigateMethods(ComboBox, object, Point, ComboBox)

Updates content of given method ComboBox accordingly to given position.

public static void NavigateMethods(ComboBox comboBox, object document, Point position, ComboBox classComboBox)

Parameters

comboBox ComboBox

ComboBox to process.

document object

Source code document.

position Point

Position in code.

classComboBox ComboBox

Contains list of classes.