Click or drag to resize

JamItemIdListCollectionAdd(IJamItemIdList) Method

Part of the ICollection interface. Adds an element to the collection.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public virtual void Add(
	IJamItemIdList item
)

Parameters

item  IJamItemIdList
The item to add.

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when the collection is readonly.
See Also