PathCollection(JamItemIdListCollection) Constructor |
Initializes a new instance of the PathCollection class and fills it with the given
enumerable ItemIdList collection.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic PathCollection(
JamItemIdListCollection pCollection
)
Public Sub New (
pCollection As JamItemIdListCollection
)
public:
PathCollection(
JamItemIdListCollection^ pCollection
)
new :
pCollection : JamItemIdListCollection -> PathCollection
Parameters
- pCollection JamItemIdListCollection
- The collection.
See Also