PathCollection Constructor (StringCollection) |
Initializes a new instance of the PathCollection class and fills it with the given StringCollection
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public PathCollection(
StringCollection p_StringCollection
)
Public Sub New (
p_StringCollection As StringCollection
)
public:
PathCollection(
StringCollection^ p_StringCollection
)
new :
p_StringCollection : StringCollection -> PathCollection
Parameters
- p_StringCollection
- Type: System.Collections.SpecializedStringCollection
Items with that the list should be filled initially.
See Also