Click or drag to resize

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: 6.3.1
Syntax
public void Add(
	IEnumerable eEnum
)

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