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: 7.1
Syntax public PathCollection(
string p_InitialMember
)
Public Sub New (
p_InitialMember As String
)
public:
PathCollection(
String^ p_InitialMember
)
new :
p_InitialMember : string -> PathCollection
Parameters
- p_InitialMember
- Type: SystemString
A string which should be the first item in the PathCollection.
See Also