Click or drag to resize

PathCollection(StringCollection) Constructor

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

Parameters

p_StringCollection  StringCollection
Items with that the list should be filled initially.
See Also