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.2
Syntax
public ItemIdList Concat(
	ItemIdList toConcat
)

Parameters

toConcat  ItemIdList
ItemIdList that should be concatenated.

Return Value

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