Table of Contents

Method FillFrameworks

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

FillFrameworks(ComboBox, IList<TargetFramework>)

Fills given ComboBox with list of target frameworks obtained from specified project.

public static void FillFrameworks(ComboBox comboBox, IList<TargetFramework> frameworks)

Parameters

comboBox ComboBox

ComboBox control to process.

frameworks IList<TargetFramework>

Contains list of frameworks.