Click or drag to resize

ItemIdListGetPart Method

Returns a new instance of the ItemIdList class that contains only a part of the current ItemIdList.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public ItemIdList GetPart(
	int from,
	int length
)

Parameters

from
Type: SystemInt32
The index of the element of the ItemIdList where to start.
length
Type: SystemInt32
The number of elements of the ItemIdList that should be copied.

Return Value

Type: ItemIdList
A new instance of the ItemIdList class the contains te
See Also