Click or drag to resize

PathCollection(IEnumerableString) Constructor

Initializes a new instance of the PathCollection class and fills it with the given enumerable string collection.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public PathCollection(
	IEnumerable<string> p_StringCollection
)

Parameters

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