PathCollectionAdd Method (IEnumerable) |
Add all items of the given enumrable class to the list.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public void Add(
IEnumerable eEnum
)
Public Sub Add (
eEnum As IEnumerable
)
public:
void Add(
IEnumerable^ eEnum
)
member Add :
eEnum : IEnumerable -> unit
Parameters
- eEnum
- Type: System.CollectionsIEnumerable
IEnumerable interface of the items that should be added. The "ToString" method of the implementing objects is interpreted as path.
See Also