Concatenates the specified
ItemIdList to the current one.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
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