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