Click or drag to resize

PathCollection(JamItemIdListCollection) Constructor

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: 7.2
Syntax
public PathCollection(
	JamItemIdListCollection pCollection
)

Parameters

pCollection  JamItemIdListCollection
The collection.
See Also