Click or drag to resize

PathCollection Constructor (JamItemIdListCollection)

Initializes a new instance of the PathCollection class and fills it with the given enumerable ItemIdList collection.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public PathCollection(
	JamItemIdListCollection pCollection
)

Parameters

pCollection
Type: Jam.ShellJamItemIdListCollection
The collection.
See Also