Click or drag to resize

PathCollection Constructor (IEnumerableString)

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: 6.3.1
Syntax
public PathCollection(
	IEnumerable<string> p_StringCollection
)

Parameters

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