Click or drag to resize

JamItemIdListCollectionAdd Method (IJamItemIdList)

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

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

Parameters

item
Type: Jam.ShellIJamItemIdList
The item to add.

Implements

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