PathCollection(String) Constructor |
Initializes a new instance of the PathCollection class and fills it with the given String.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic PathCollection(
string p_InitialMember
)
Public Sub New (
p_InitialMember As String
)
public:
PathCollection(
String^ p_InitialMember
)
new :
p_InitialMember : string -> PathCollectionParameters
- p_InitialMember String
- A string which should be the first item in the PathCollection.
See Also