Click or drag to resize

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.0
Syntax
public PathCollection(
	StringCollection p_StringCollection
)

Parameters

p_StringCollection
Type: System.Collections.SpecializedStringCollection
Items with that the list should be filled initially.
See Also