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