Click or drag to resize

PathCollection Constructor (String)

Initializes a new instance of the PathCollection class and fills it with the given String.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public PathCollection(
	string p_InitialMember
)

Parameters

p_InitialMember
Type: SystemString
A string which should be the first item in the PathCollection.
See Also