PathCollection Constructor (IEnumerableString) |
Initializes a new instance of the PathCollection class and fills it with the given enumerable string collection.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public 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> -> PathCollection
Parameters
- p_StringCollection
- Type: System.Collections.GenericIEnumerableString
Items with that the list should be filled initially.
See Also