Click or drag to resize

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: 6.3.1
Syntax
public ItemIdList(
	ItemIdList sourceItemIdList
)

Parameters

sourceItemIdList
Type: Jam.ShellItemIdList
An instance of the ItemIdList class that should be copied to initalize the new instance.
See Also