| PathCollection(IEnumerableString) Constructor | 
            Initializes a new instance of the PathCollection class and fills it with the given enumerable string collection.
            
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
 Syntax
Syntaxpublic PathCollection(
	IEnumerable<string> p_StringCollection
)
Public Sub New ( 
	p_StringCollection As IEnumerable(Of String)
)
public:
PathCollection(
	IEnumerable<String^>^ p_StringCollection
)
new : 
        p_StringCollection : IEnumerable<string> -> PathCollectionParameters
- p_StringCollection  IEnumerableString
- Items with that the list should be filled initially.
 See Also
See Also