btb-class

SortedList(TItem).AddRange Method

Add specified items to the collection.

public void SortedList(
   IEnumerable items
);

Parameters

items
items to add

Implements

IExtendedCollection<TItem>.AddRange

See Also

SortedList<TItem> Class | ComponentOwl.BetterThumbnailBrowser.Collections Namespace