Click or drag to resize

PathCollection(String) Constructor

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: 7.2
Syntax
public PathCollection(
	string p_InitialMember
)

Parameters

p_InitialMember  String
A string which should be the first item in the PathCollection.
See Also