Click or drag to resize

PathCollectionAdd(IEnumerable) Method

Add all items of the given enumrable class to the list.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public void Add(
	IEnumerable eEnum
)

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