PathCollection(StringCollection) Constructor |
Initializes a new instance of the PathCollection class and fills it with the given StringCollection
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic PathCollection(
StringCollection p_StringCollection
)
Public Sub New (
p_StringCollection As StringCollection
)
public:
PathCollection(
StringCollection^ p_StringCollection
)
new :
p_StringCollection : StringCollection -> PathCollectionParameters
- p_StringCollection StringCollection
- Items with that the list should be filled initially.
See Also