ItemIdList Constructor (ItemIdList) |
Initializes a new instance of the
ItemIdList class that contains a copy of the given ItemIdList.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntaxpublic ItemIdList(
ItemIdList sourceItemIdList
)
Public Sub New (
sourceItemIdList As ItemIdList
)
public:
ItemIdList(
ItemIdList^ sourceItemIdList
)
new :
sourceItemIdList : ItemIdList -> ItemIdList
Parameters
- sourceItemIdList
- Type: Jam.ShellItemIdList
An instance of the ItemIdList class that should be copied to initalize the new instance.
See Also