Click or drag to resize

ItemIdListConcat Method

Concatenates the specified ItemIdList to the current one.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public ItemIdList Concat(
	ItemIdList toConcat
)

Parameters

toConcat
Type: Jam.ShellItemIdList
ItemIdList that should be concatenated.

Return Value

Type: ItemIdList
A new instance of the ItemIdList class which consists of the current ItemIdList and the specified ItemIdList concatenated.
See Also