Concatenates the specified ItemIdList to the current one.
| C# | Visual Basic | Visual C++ |
public ItemIdList Concat( ItemIdList toConcat )
Public Function Concat ( _ toConcat As ItemIdList _ ) As ItemIdList
public: ItemIdList^ Concat( ItemIdList^ toConcat )
- toConcat (ItemIdList)
- ItemIdList that should be concatenated.
A new instance of the ItemIdList class which consists of the current ItemIdList and the specified ItemIdList concatenated.