Method AddRangeOfValues
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
itemsBaseCollection<ListControlItem>The collection of list control items to which values will be added.
valuesIEnumerableThe values to add to the collection.