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: 7.1
Syntax public PathCollection(
JamItemIdListCollection pCollection
)
Public Sub New (
pCollection As JamItemIdListCollection
)
public:
PathCollection(
JamItemIdListCollection^ pCollection
)
new :
pCollection : JamItemIdListCollection -> PathCollection
Parameters
- pCollection
- Type: Jam.ShellJamItemIdListCollection
The collection.
See Also