ShellBrowser .Net Edition
Add Method (eEnum)
NamespacesJam.ShellPathCollectionAdd(IEnumerable)
Add all items of the given enumrable class to the list.
Declaration Syntax
C#Visual BasicVisual C++
public void Add(
	IEnumerable eEnum
)
Public Sub Add ( _
	eEnum As IEnumerable _
)
public:
void Add(
	IEnumerable^ eEnum
)
Parameters
eEnum (IEnumerable)
IEnumerable interface of the items that should be added.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)