btb-class

SortedList(TItem).GetRange(IEnumerable) Method

Get the specified range of items from the list.

public List<TItem> SortedList(
   IEnumerable<intindices
);

Parameters

indices
indices of items to obtain

Return Value

range of items from the list

Implements

IExtendedList<TItem>.GetRange

See Also

SortedList<TItem> Class | ComponentOwl.BetterThumbnailBrowser.Collections Namespace | SortedList<TItem>.GetRange Overload List