Click or drag to resize

JamItemIdListCollectionAddRange Method (IEnumerableIJamItemIdList)

Adds a range of items.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public virtual void AddRange(
	IEnumerable<IJamItemIdList> pCollection
)

Parameters

pCollection
Type: System.Collections.GenericIEnumerableIJamItemIdList
An IEnumerable<IJamItemIdList> of items to append to this instance.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when the requested operation is invalid.
See Also