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