Table of Contents

Method AddRangeOfValues

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

AddRangeOfValues(BaseCollection<ListControlItem>?, IEnumerable?)

Adds a range of values to the specified collection of items. For each value, a new ListControlItem is created and added to the collection.

public static void AddRangeOfValues(BaseCollection<ListControlItem>? items, IEnumerable? values)

Parameters

items BaseCollection<ListControlItem>

The collection of list control items to which values will be added.

values IEnumerable

The values to add to the collection.