btb-class

IExtendedList(TItem).GetRange(IEnumerable) Method

Get the specified range of items from the list.

List<TItem> IExtendedList(
   IEnumerable<intindices
);

Parameters

indices
indices of items to obtain

Return Value

range of items from the list

See Also

IExtendedList<TItem> Interface | ComponentOwl.BetterThumbnailBrowser.Collections Namespace | IExtendedList<TItem>.GetRange Overload List