ShellBrowser .Net Edition
Concat Method (toConcat)
NamespacesJam.ShellItemIdListConcat(ItemIdList)
Concatenates the specified ItemIdList to the current one.
Declaration Syntax
C#Visual BasicVisual C++
public ItemIdList Concat(
	ItemIdList toConcat
)
Public Function Concat ( _
	toConcat As ItemIdList _
) As ItemIdList
public:
ItemIdList^ Concat(
	ItemIdList^ toConcat
)
Parameters
toConcat (ItemIdList)
ItemIdList that should be concatenated.
Return Value
A new instance of the ItemIdList class which consists of the current ItemIdList and the specified ItemIdList concatenated.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)