Concatenates the specified
ItemIdList to the current one.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public ItemIdList Concat(
ItemIdList toConcat
)
Public Function Concat (
toConcat As ItemIdList
) As ItemIdList
public:
ItemIdList^ Concat(
ItemIdList^ toConcat
)
member Concat :
toConcat : ItemIdList -> ItemIdList
Parameters
- toConcat
- Type: Jam.ShellItemIdList
ItemIdList that should be concatenated.
Return Value
Type:
ItemIdListA new instance of the
ItemIdList class which consists of the current ItemIdList and the specified
ItemIdList concatenated.
See Also