Click or drag to resize

JamItemIdListCollectionAddRange(IEnumerableIJamItemIdList) Method

Adds a range of items.

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

Parameters

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